Has anyone been able to use any of the Boost libraries successfully? I'd like to make use of some of them so I don't have to reinvent the wheel but I haven't been successful.
A little more info, if I try to include a boost library, I get:
error: "__cpp_noexcept_function_type" is not defined [-Werror=undef]
Sorry if this is a dumb question, I haven't done C++ in 15-20 years
Comments
A little more info, if I try to include a boost library, I get:
Sorry if this is a dumb question, I haven't done C++ in 15-20 years