Skip to content

Build error with Boost 1.66.0 #6

@mikeoverbay

Description

@mikeoverbay

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions