Re: [Boost-bugs] [Boost C++ Libraries] #9421: VC2013 build error /boost/archive/iterators/transform_width.hpp

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: 2013-11-29 21:27:22


#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
-------------------------------+---------------------------
Changes (by viboes):

 * owner: => ramey
 * component: None => serialization


Old description:

> 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

New description:

 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#comment:1>
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