Nice work on this..
Unfortunately, It fails to build.
I'm linking to Boost 1.66.0 and it wont build because of this line in WEReader.cpp ...
{ --->> static auto settings = boost::property_tree::xml_writer_make_settings('\t', 1u ); boost::property_tree::write_xml(destname, mTree, std::locale(), settings); }
There error from VS 2013 is ,,,
Error 1 error C2783: 'boost::property_tree::xml_parser::xml_writer_settings<Str> boost::property_tree::xml_parser::xml_writer_make_settings(Str::value_type,Str::size_type,const Str &)' : could not deduce template argument for 'Str' c:\!_new_terra\terra_2\bw_xml_decoder\bwreader.cpp 46 1 Terra_2
It seems that the Boost file is having an issue figuring out what type I'm sending it.
Nice work on this..
Unfortunately, It fails to build.
I'm linking to Boost 1.66.0 and it wont build because of this line in WEReader.cpp ...
{ --->> static auto settings = boost::property_tree::xml_writer_make_settings('\t', 1u ); boost::property_tree::write_xml(destname, mTree, std::locale(), settings); }There error from VS 2013 is ,,,
Error 1 error C2783: 'boost::property_tree::xml_parser::xml_writer_settings<Str> boost::property_tree::xml_parser::xml_writer_make_settings(Str::value_type,Str::size_type,const Str &)' : could not deduce template argument for 'Str' c:\!_new_terra\terra_2\bw_xml_decoder\bwreader.cpp 46 1 Terra_2It seems that the Boost file is having an issue figuring out what type I'm sending it.