gcc/libstdc++-v3/include/std
Jonathan Wakely 9b796223a3 Fix std::variant for gnu-versioned--namespace build
* include/std/variant: Remove misplaced
	_GLIBCXX_BEGIN_NAMESPACE_VERSION macro.

From-SVN: r243489
2016-12-09 15:22:01 +00:00
..
algorithm
any Implement P0504R0 (Revisiting in-place tag types for any/optional/variant). 2016-11-14 22:47:44 +02:00
array Delete std::swap for debug mode array 2016-12-08 13:25:03 +00:00
atomic
bitset
chrono
codecvt
complex
condition_variable
deque
forward_list
fstream
functional
future Make std::future::share() noexcept (LWG 2556) 2016-11-14 03:44:53 +00:00
iomanip
ios
iosfwd
iostream
istream The convertible_to traits need to use a variadic catch-all for the false-cases. 2016-12-01 09:14:19 +02:00
iterator
limits
list
locale
map
memory
mutex
numeric
optional Delete std::swap for debug mode array 2016-12-08 13:25:03 +00:00
ostream The convertible_to traits need to use a variadic catch-all for the false-cases. 2016-12-01 09:14:19 +02:00
queue
random
ratio
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf
string
string_view Implement P0403R1, Literal suffixes for basic_string_view. 2016-11-13 22:54:27 +02:00
system_error
thread
tuple Delete std::swap for debug mode array 2016-12-08 13:25:03 +00:00
type_traits Implement LWG 2766, 2016-12-01 18:23:21 +02:00
typeindex
unordered_map
unordered_set
utility Implement LWG 2766, 2016-12-01 18:23:21 +02:00
valarray
variant Fix std::variant for gnu-versioned--namespace build 2016-12-09 15:22:01 +00:00
vector