gcc/libstdc++-v3/include/std
Jonathan Wakely 0f3d27f01a re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __EXCEPTIONS to determine whether exceptions are available)
PR libstdc++/64276
	* doc/doxygen/user.cfg.in: Define __cpp_exceptions and __cpp_rtti.
	* doc/html/manual/using_exceptions.html: Regenerate.
	* doc/xml/manual/using_exceptions.xml: Use SD-6 feature-testing
	macros, __cpp_exceptions and __cpp_rtti, instead of __EXCEPTIONS and
	__GXX_RTTI.
	* include/bits/c++config: Likewise.
	* include/bits/locale_classes.tcc: Likewise.
	* include/bits/shared_ptr.h: Likewise.
	* include/bits/shared_ptr_base.h: Likewise.
	* include/debug/formatter.h: Likewise.
	* include/experimental/any: Likewise.
	* include/ext/rope: Likewise.
	* include/ext/ropeimpl.h: Likewise.
	* include/std/functional: Likewise.
	* include/tr1/functional: Likewise.
	* include/tr1/shared_ptr.h: Likewise.
	* libsupc++/eh_call.cc: Likewise.
	* libsupc++/eh_personality.cc: Likewise.
	* libsupc++/exception_defines.h: Likewise.
	* libsupc++/exception_ptr.h: Likewise.
	* libsupc++/guard.cc: Likewise.
	* libsupc++/pbase_type_info.cc: Likewise.
	* libsupc++/pointer_type_info.cc: Likewise.
	* libsupc++/vterminate.cc: Likewise.
	* src/c++11/thread.cc: Likewise.

From-SVN: r218679
2014-12-12 15:58:49 +00:00
..
algorithm Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
array tuple (tuple_size<cv _Tp>): Implement LWG 2313. 2014-05-15 11:35:29 +01:00
atomic atomic_base.h: Avoid including <stdbool.h>. 2014-10-24 12:54:43 +00:00
bitset any (any_cast): Combine duplicate doxygen comments. 2014-06-14 21:43:07 +01:00
chrono Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
complex complex (complex::real, [...]): Add const. 2014-10-15 14:20:12 +01:00
condition_variable Define *_at_thread_exit() functions. 2014-12-02 01:51:25 +00:00
deque Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
forward_list Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
fstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
functional re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __EXCEPTIONS to determine whether exceptions are available) 2014-12-12 15:58:49 +00:00
future future (__future_base::_Setter::operator(), [...]): Make call operators const. 2014-12-10 00:39:37 +00:00
iomanip re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and std::put_time (C++11, section 27.7.5)) 2014-10-14 18:01:25 +01:00
ios Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
iosfwd api.xml: Link to more recent API docs. 2014-06-14 21:22:10 +01:00
iostream iostream: Fix URL in comment. 2014-05-08 20:01:51 +01:00
istream gnu.ver: Adjust basic_ostream exports. 2014-09-23 14:17:42 +01:00
iterator Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
limits limits: Remove stray semicolon. 2014-10-15 12:03:20 +00:00
list Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
locale Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
map Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
memory std::shared_ptr atomic operations 2014-11-12 23:55:11 +00:00
mutex mutex (try_lock): Do not swallow exceptions. 2014-09-22 15:54:35 +01:00
numeric Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ostream gnu.ver: Adjust basic_ostream exports. 2014-09-23 14:17:42 +01:00
queue Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
random Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ratio Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
regex re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C) 2014-07-01 03:05:45 +00:00
scoped_allocator Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
set Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
shared_mutex re PR libstdc++/64203 (shared_mutex compile errors on bare-metal targets) 2014-12-09 11:03:57 +00:00
sstream Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
stack Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stdexcept Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
streambuf Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
string Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
system_error Define C++11 version of std::ios_base::failure. 2014-11-14 12:17:57 +00:00
thread re PR libstdc++/61841 (broken std::thread on Hurd) 2014-08-13 19:40:10 +01:00
tuple stl_iterator.h (make_reverse_iterator): LWG DR 2285. 2014-12-12 13:35:55 +00:00
type_traits Define __void_t and SFINAE-friendly iterator_traits. 2014-11-11 23:57:35 +00:00
typeindex Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
unordered_map Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
unordered_set Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
utility Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
valarray Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
vector Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00