Opened 9 years ago
Last modified 9 years ago
#9421 closed Bugs
VC2013 build error /boost/archive/iterators/transform_width.hpp — at Version 1
Reported by: | anonymous | Owned by: | Robert Ramey |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | std::min | Cc: |
Description (last modified by )
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
Change History (2)
by , 9 years ago
Attachment: | transform_width.hpp added |
---|
comment:1 by , 9 years ago
Component: | None → serialization |
---|---|
Description: | modified (diff) |
Owner: | set to |
Note:
See TracTickets
for help on using tickets.
patch