Re: [Boost-bugs] [Boost C++ Libraries] #10272: property_tree commit 8af8b6b breaks VS2013 64-bit build

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-05-10 09:31:01


#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 anonymous):

 Replying to [comment:21 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.

 Many thanks for this really helpful hint. I agree it would be better if
 such workaround was not necessery and this would be fixed in boost for API
 compatibility.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10272#comment:22>
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-05-10 09:35:16 UTC