[swap] std::swap should be pulled in from <utility> in C++11

Hi, 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]. Should I create a ticket? Best regards, Joaquín M López Muñoz Telefónica Digital

Yes please.
Joe
On Mon, Dec 2, 2013 at 7:37 AM, Joaquin M Lopez Munoz
Hi,
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].
Should I create a ticket?
Best regards,
Joaquín M López Muñoz Telefónica Digital
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (2)
-
Joaquin M Lopez Munoz
-
Joseph Gauterin