stl_algobase.h
66.4 KB
-
libstdc++: Remove redundant macro that is always empty · d1aa7705
The __iter_swap class template and explicit specialization are only declared (and used) for C++03 so _GLIBCXX20_CONSTEXPR does nothing here. * include/bits/stl_algobase.h (__iter_swap, __iter_swap<true>): Remove redundant _GLIBCXX20_CONSTEXPR.
Jonathan Wakely committed