gcc/libstdc++-v3/include/std
Ville Voutilainen 1dd9523917 Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional.
* include/std/optional: Add a deduction guide.
* testsuite/20_util/optional/cons/deduction_guide.cc: New.

From-SVN: r245024
2017-01-30 15:37:16 +02:00
..
algorithm
any
array
atomic
bitset
chrono
codecvt
complex PR libstdc++/70607 make proj(T) and conj(T) return complex<T> 2017-01-25 15:01:05 +00:00
condition_variable
deque
forward_list
fstream
functional
future
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex
numeric
optional Implement LWG 2825, LWG 2756 breaks class template argument deduction for optional. 2017-01-30 15:37:16 +02:00
ostream
queue
random
ratio
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf
string
string_view Fix namespace versioning and remove __detail::__identity helpers 2017-01-26 18:32:55 +00:00
system_error
thread
tuple
type_traits
typeindex
unordered_map
unordered_set
utility
valarray
variant Make poisoned hashes SFINAE away the call operator of the hash. 2017-01-21 17:38:23 +02:00
vector