Opened 9 years ago

Last modified 9 years ago

#9421 closed Bugs

VC2013 build error /boost/archive/iterators/transform_width.hpp — at Initial Version

Reported by: anonymous Owned by:
Milestone: To Be Determined Component: serialization
Version: Boost 1.55.0 Severity: Problem
Keywords: std::min Cc:

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

Change History (1)

by anonymous, 9 years ago

Attachment: transform_width.hpp added

patch

Note: See TracTickets for help on using tickets.