Opened 9 years ago

Closed 9 years ago

#9727 closed Bugs (fixed)

boost/archive/iterators/transform_width.hpp is missing <algorithm> include

Reported by: Yevgeniy Shaporynskyy <shaporynskyy@…> Owned by: Robert Ramey
Milestone: To Be Determined Component: serialization
Version: Boost 1.54.0 Severity: Problem
Keywords: SUN, serialization Cc:

Description

boost/archive/iterators/transform_width.hpp is using std::min() without including <algorithm>.

It fails to compile on SUN OS with native compiler 5.10 and old Cstd STL.

Adding #include <algorithm> fixes the problem

Change History (1)

comment:1 by Robert Ramey, 9 years ago

Resolution: fixed
Status: newclosed

already in development branch to be merged into master shortly

Note: See TracTickets for help on using tickets.