[Bug libstdc++/47433] libstdc++ parallel mode calls std::swap explicitely

singler at kit dot edu gcc-bugzilla@gcc.gnu.org
Mon Jan 24 13:28:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47433

--- Comment #5 from Johannes Singler <singler at kit dot edu> 2011-01-24 13:19:22 UTC ---
What are you proposing for a fix?  Omitting std::?  Using std::iter_swap where
appropriate, like stl_algo.h mostly does?  The latter would be more consistent.

Johannes



More information about the Gcc-bugs mailing list