Opened 9 years ago
#9469 new Bugs
std::swap should be pulled in from <utility> in C++11
Reported by: | Joaquín M López Muñoz | Owned by: | joseph.gauterin |
---|---|---|---|
Milestone: | To Be Determined | Component: | swap |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
boost/utility/swap.hpp #includes <algorithm> to bring std::swap in, which is OK for C++03 but not so in C++11: std::swap has been moved to <utility> as explained in [diff.cpp03.library].
Note:
See TracTickets
for help on using tickets.