In my C++ project I am using
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/json_parser.hpp>
as header-only libraries of the Boost library.
Version of IDE: Visual Studio 2017 Community Edition, V 15.7.0
Version of boost: boost_1_61_0
I would be very thankful if you could help me solving the following problem:
Building x64/Release I get this:
fatal Error C1007: unrecognized flag "-Ot" in "p2"
followed by this:
Error LNK 1257 of the linker (possibly a consequence of C1007)
Building x86/Release I get a bunch of compiling errors which all link into boost header files:
C3203 for non-specialzed templates
C2039, C4430, C3646, C2516
NB: In th earlier version of th IDE, Visual Studio 2017 Community Edition, V 15.5?.?, I could build the x86/Release of my project.