Subject: [Boost-bugs] [Boost C++ Libraries] #9421: VC2013 build error /boost/archive/iterators/transform_width.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-11-22 10:24:44
#9421: VC2013 build error /boost/archive/iterators/transform_width.hpp
-----------------------+------------------------------
Reporter: anonymous | Type: Bugs
Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.55.0
Severity: Problem | Keywords: std::min
-----------------------+------------------------------
vc2013 build boost1.55
error:undefined std::min
vc2013 std::min in file<algorithm> not in file<xutility>
can this:
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
#include <xutility>
//add------
#if defined(_MSC_VER) && (_MSC_VER >= 1800)
#include <algorithm>
#endif
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9421> 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:14 UTC