Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9421: VC2013 build error /boost/archive/iterators/transform_width.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-01-30 20:37:34
#9421: VC2013 build error /boost/archive/iterators/transform_width.hpp
-------------------------------+---------------------------
Reporter: anonymous | Owner: ramey
Type: Bugs | Status: new
Milestone: To Be Determined | Component: serialization
Version: Boost 1.55.0 | Severity: Problem
Resolution: | Keywords: std::min
-------------------------------+---------------------------
Comment (by ramey):
I"m not getting this
according to my info std::min is defined in <algorithm>
Perhaps this should be ?:
{{{
#if defined(_MSC_VER) && (_MSC_VER < 1800)
#include <xutility>
##else
#include <algorithm>
#endif}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9421#comment:2> 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:15 UTC