gcc/libstdc++-v3/doc/xml/manual
Jonathan Wakely 2f1e8e7c47 Enable lightweight checks with _GLIBCXX_ASSERTIONS.
* doc/xml/manual/using.xml (_GLIBCXX_ASSERTIONS): Document.
	* doc/html/manual/using_macros.html: Regenerate.
	* include/bits/c++config: Define _GLIBCXX_ASSERTIONS when
	_GLIBCXX_DEBUG is defined. Disable std::string extern templates when
	(_GLIBCXX_EXTERN_TEMPLATE, __glibcxx_assert): Depend on
	_GLIBCXX_ASSERTIONS instead of _GLIBCXX_DEBUG.
	* include/debug/debug.h [!_GLIBCXX_DEBUG]: Define
	__glibcxx_requires_non_empty_range and __glibcxx_requires_nonempty.
	* include/backward/auto_ptr.h (auto_ptr::operator*,
	auto_ptr::operator->): Replace _GLIBCXX_DEBUG_ASSERT with
	__glibcxx_assert.
	* include/bits/basic_string.h (basic_string::operator[],
	basic_string::front, basic_string::back, basic_string::pop_back):
	Likewise.
	* include/bits/random.h
	(uniform_int_distribution::param_type::param_type,
	uniform_real_distribution::param_type::param_type,
	normal_distribution::param_type::param_type,
	gamma_distribution::param_type::param_type,
	bernoulli_distribution::param_type::param_type,
	binomial_distribution::param_type::param_type,
	geometric_distribution::param_type::param_type,
	negative_binomial_distribution::param_type::param_type,
	poisson_distribution::param_type::param_type,
	exponential_distribution::param_type::param_type): Likewise.
	* include/bits/regex.h (match_results::operator[],
	match_results::prefix, match_results::suffix): Likewise.
	* include/bits/regex.tcc (format, regex_iterator::operator++):
	Likewise.
	* include/bits/regex_automaton.tcc (_StateSeq::_M_clone): Likewise.
	* include/bits/regex_compiler.tcc (_Compiler::_Compiler,
	_Compiler::_M_insert_character_class_matcher): Likewise.
	* include/bits/regex_executor.tcc (_Executor::_M_dfs): Likewise.
	* include/bits/regex_scanner.tcc (_Scanner::_M_advance,
	_Scanner::_M_scan_normal): Likewise.
	* include/bits/shared_ptr_base.h (__shared_ptr::_M_reset,
	__shared_ptr::operator*): Likewise.
	* include/bits/stl_iterator_base_funcs.h (__advance): Likewise.
	* include/bits/unique_ptr.h (unique_ptr::operator*,
	unique_ptr::operator[]): Likewise.
	* include/experimental/fs_path.h (path::path(string_type, _Type),
	path::iterator::operator++, path::iterator::operator--,
	path::iterator::operator*): Likewise.
	* include/experimental/string_view (basic_string_view::operator[],
	basic_string_view::front, basic_string_view::back,
	basic_string_view::remove_prefix): Likewise.
	* include/ext/random (beta_distribution::param_type::param_type,
	normal_mv_distribution::param_type::param_type,
	rice_distribution::param_type::param_type,
	pareto_distribution::param_type::param_type,
	k_distribution::param_type::param_type,
	arcsine_distribution::param_type::param_type,
	hoyt_distribution::param_type::param_type,
	triangular_distribution::param_type::param_type,
	von_mises_distribution::param_type::param_type,
	hypergeometric_distribution::param_type::param_type,
	logistic_distribution::param_type::param_type): Likewise.
	* include/ext/vstring.h (__versa_string::operator[]): Likewise.
	* include/std/complex (polar): Likewise.
	* include/std/mutex [!_GTHREAD_USE_MUTEX_TIMEDLOCK]
	(timed_mutex::~timed_mutex, timed_mutex::unlock,
	(recursive_timed_mutex::~timed_mutex, recursive_timed_mutex::unlock):
	Likewise.
	* include/std/shared_mutex [!PTHREAD_RWLOCK_INITIALIZER]
	(__shared_mutex_pthread::__shared_mutex_pthread,
	__shared_mutex_pthread::~__shared_mutex_pthread): Likewise.
	(__shared_mutex_pthread::lock, __shared_mutex_pthread::try_lock,
	__shared_mutex_pthread::unlock, __shared_mutex_pthread::lock_shared,
	__shared_mutex_pthread::try_lock_shared): Likewise.
	(__shared_mutex_cv::~__shared_mutex_cv, __shared_mutex_cv::unlock,
	__shared_mutex_cv::unlock_shared): Likewise.
	(shared_timed_mutex::try_lock_until,
	shared_timed_mutex::try_lock_shared_until): Likewise.
	* include/std/valarray (valarray::valarray(const _Tp*, size_t),
	valarray::operator=, valarray::sum, valarray::min, valarray::max,
	_DEFINE_VALARRAY_AUGMENTED_ASSIGNMENT, _DEFINE_BINARY_OPERATOR):
	Likewise.

From-SVN: r227595
2015-09-09 18:12:47 +01:00
..
abi.xml abi.xml: Document versioning for 5.1.0 release. 2015-06-02 12:17:43 +01:00
algorithms.xml
allocator.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
appendix_contributing.xml appendix_contributing.xml: Update patch email policy. 2015-08-12 11:47:30 +01:00
appendix_free.xml
appendix_porting.xml
atomics.xml
auto_ptr.xml
backwards_compatibility.xml faq.xml (faq.stream_reopening_fails): Replace <quote> in code example. 2014-06-06 15:36:22 +01:00
bitmap_allocator.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
build_hacking.xml sjlj.m4: New file. 2015-05-13 21:15:31 +00:00
codecvt.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
concurrency.xml
concurrency_extensions.xml concurrency_extensions.xml: Update documentation on atomics. 2015-04-20 12:07:50 +01:00
configure.xml re PR libstdc++/67066 (libstdc++-v3/src/filesystem/dir.cc fails to compile with --enable-concept-checks) 2015-08-18 19:04:32 +01:00
containers.xml re PR libstdc++/63449 (documentation of vector space overhead management) 2014-10-03 14:36:57 +01:00
ctype.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
debug.xml faq.xml (faq.stream_reopening_fails): Replace <quote> in code example. 2014-06-06 15:36:22 +01:00
debug_mode.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
diagnostics.xml re PR libstdc++/67066 (libstdc++-v3/src/filesystem/dir.cc fails to compile with --enable-concept-checks) 2015-08-18 19:04:32 +01:00
documentation_hacking.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
evolution.xml evolution.xml: Fix typos. 2015-04-14 11:08:58 +01:00
extensions.xml extensions.xml: Add cross-reference. 2015-04-27 13:30:26 +01:00
internals.xml
intro.xml Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00
io.xml containers.xml (associative.bitset.size_variable): Fix bad s/part/chapter/ substitutions. 2014-03-27 18:22:38 +00:00
iterators.xml
locale.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
localization.xml
messages.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
mt_allocator.xml abi.xml: Update URLs for C++ ABI. 2012-12-18 11:08:33 +00:00
numerics.xml containers.xml (associative.bitset.size_variable): Fix bad s/part/chapter/ substitutions. 2014-03-27 18:22:38 +00:00
parallel_mode.xml libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library. 2015-01-10 20:10:37 +01:00
policy_data_structures.xml codecvt_members.cc: Fix typo. 2013-07-04 22:07:44 +01:00
policy_data_structures_biblio.xml backwards_compatibility.xml (backwards.third.headers): Update link. 2014-04-01 22:31:02 +01:00
prerequisites.xml
profile_mode.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
shared_ptr.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
spine.xml abi.xml: Update URLs for C++ ABI. 2012-12-18 11:08:33 +00:00
status_cxx1998.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
status_cxx2011.xml status_cxx2011.xml: Add caveats for native_handle. 2015-07-17 17:08:14 +01:00
status_cxx2014.xml intro.xml: Link to new status_cxx2017.xml file. 2015-05-01 12:02:24 +01:00
status_cxx2017.xml Implement std::experimental::fundamentals_v2::make_array and std::experimental::fundamentals_v2::to_array. 2015-08-13 17:55:46 +03:00
status_cxxtr1.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
status_cxxtr24733.xml Makefile.am: Add missing file. 2014-06-09 15:47:17 +01:00
strings.xml configure.xml: Update descriptions of options affecting dual ABI and add cross-references. 2015-04-21 11:38:43 +01:00
support.xml faq.xml (faq.stream_reopening_fails): Replace <quote> in code example. 2014-06-06 15:36:22 +01:00
test.xml test.xml: Improve documentation on running a subset of tests. 2015-04-10 20:59:32 +01:00
test_policy_data_structures.xml Makefile.am (xml_sources_manual): Add policy_data_structures_biblio.xml. 2012-12-11 01:52:14 +00:00
using.xml Enable lightweight checks with _GLIBCXX_ASSERTIONS. 2015-09-09 18:12:47 +01:00
using_exceptions.xml 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
utilities.xml