Opened 9 years ago
Closed 9 years ago
#9727 closed Bugs (fixed)
boost/archive/iterators/transform_width.hpp is missing <algorithm> include
Reported by: | 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
Note:
See TracTickets
for help on using tickets.
already in development branch to be merged into master shortly