Missing include in conversion_helper.hpp
netcho opened this issue · 2 comments
netcho commented
The include is missing in conversion_helper.hpp which is required by the use of std::out_of_range
kleest commented
Which include do you mean? It compiles fine using GCC and clang.
netcho commented
When compiling using Visual Studio, you have to include stdexcept . The whole build system assumes the library is being built under UNIX with gcc/clang