Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10272: property_tree commit 8af8b6b breaks VS2013 64-bit build
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-01-05 22:16:15
#10272: property_tree commit 8af8b6b breaks VS2013 64-bit build
-------------------------------------+-------------------------------------
Reporter: mevatron@⦠| Owner: cornedbee
Type: Bugs | Status: new
Milestone: To Be Determined | Component: property_tree
Version: Boost Development | Severity: Problem
Trunk | Keywords:
Resolution: | xml_parser_writer_settings
-------------------------------------+-------------------------------------
Comment (by mevatron@â¦):
I'm not sure if this particular bug is the reason projects are holding
back on upgrading; however, I'm currently working around this bug with the
following:
{{{
#include <boost/version.hpp>
...
#if (BOOST_VERSION >= 105600)
xml_writer_settings<std::string> settings('\t', 1);
#else
xml_writer_settings<char> settings('\t', 1);
#endif
}}}
It would definitely be nice to get this fixed properly.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10272#comment:21> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:20 UTC