* 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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
abi.html | Loading commit data... | |
algorithms.html | Loading commit data... | |
api.html | Loading commit data... | |
appendix.html | Loading commit data... | |
appendix_contributing.html | Loading commit data... | |
appendix_free.html | Loading commit data... | |
appendix_gfdl.html | Loading commit data... | |
appendix_gpl.html | Loading commit data... | |
appendix_porting.html | Loading commit data... | |
associative.html | Loading commit data... | |
atomics.html | Loading commit data... | |
backwards.html | Loading commit data... | |
bitmap_allocator.html | Loading commit data... | |
bitmap_allocator_impl.html | Loading commit data... | |
bugs.html | Loading commit data... | |
concept_checking.html | Loading commit data... | |
concurrency.html | Loading commit data... | |
configure.html | Loading commit data... | |
containers.html | Loading commit data... | |
containers_and_c.html | Loading commit data... | |
debug.html | Loading commit data... | |
debug_mode.html | Loading commit data... | |
debug_mode_design.html | Loading commit data... | |
debug_mode_semantics.html | Loading commit data... | |
debug_mode_using.html | Loading commit data... | |
diagnostics.html | Loading commit data... | |
documentation_hacking.html | Loading commit data... | |
dynamic_memory.html | Loading commit data... | |
ext_algorithms.html | Loading commit data... | |
ext_compile_checks.html | Loading commit data... | |
ext_concurrency.html | Loading commit data... | |
ext_concurrency_impl.html | Loading commit data... | |
ext_concurrency_use.html | Loading commit data... | |
ext_containers.html | Loading commit data... | |
ext_demangling.html | Loading commit data... | |
ext_io.html | Loading commit data... | |
ext_iterators.html | Loading commit data... | |
ext_numerics.html | Loading commit data... | |
ext_preface.html | Loading commit data... | |
ext_sgi.html | Loading commit data... | |
ext_utilities.html | Loading commit data... | |
extensions.html | Loading commit data... | |
facets.html | Loading commit data... | |
fstreams.html | Loading commit data... | |
generalized_numeric_operations.html | Loading commit data... | |
index.html | Loading commit data... | |
internals.html | Loading commit data... | |
intro.html | Loading commit data... | |
io.html | Loading commit data... | |
io_and_c.html | Loading commit data... | |
iterators.html | Loading commit data... | |
license.html | Loading commit data... | |
localization.html | Loading commit data... | |
make.html | Loading commit data... | |
memory.html | Loading commit data... | |
mt_allocator.html | Loading commit data... | |
mt_allocator_design.html | Loading commit data... | |
mt_allocator_ex_multi.html | Loading commit data... | |
mt_allocator_ex_single.html | Loading commit data... | |
mt_allocator_impl.html | Loading commit data... | |
numerics.html | Loading commit data... | |
numerics_and_c.html | Loading commit data... | |
pairs.html | Loading commit data... | |
parallel_mode.html | Loading commit data... | |
parallel_mode_design.html | Loading commit data... | |
parallel_mode_semantics.html | Loading commit data... | |
parallel_mode_test.html | Loading commit data... | |
parallel_mode_using.html | Loading commit data... | |
policy_based_data_structures_test.html | Loading commit data... | |
policy_data_structures.html | Loading commit data... | |
policy_data_structures_ack.html | Loading commit data... | |
policy_data_structures_design.html | Loading commit data... | |
policy_data_structures_using.html | Loading commit data... | |
profile_mode.html | Loading commit data... | |
profile_mode_api.html | Loading commit data... | |
profile_mode_cost_model.html | Loading commit data... | |
profile_mode_design.html | Loading commit data... | |
profile_mode_devel.html | Loading commit data... | |
profile_mode_diagnostics.html | Loading commit data... | |
profile_mode_impl.html | Loading commit data... | |
setup.html | Loading commit data... | |
source_code_style.html | Loading commit data... | |
source_design_notes.html | Loading commit data... | |
source_organization.html | Loading commit data... | |
status.html | Loading commit data... | |
std_contents.html | Loading commit data... | |
streambufs.html | Loading commit data... | |
strings.html | Loading commit data... | |
stringstreams.html | Loading commit data... | |
support.html | Loading commit data... | |
termination.html | Loading commit data... | |
test.html | Loading commit data... | |
traits.html | Loading commit data... | |
unordered_associative.html | Loading commit data... | |
using.html | Loading commit data... | |
using_concurrency.html | Loading commit data... | |
using_dual_abi.html | Loading commit data... | |
using_dynamic_or_shared.html | Loading commit data... | |
using_exceptions.html | Loading commit data... | |
using_headers.html | Loading commit data... | |
using_macros.html | Loading commit data... | |
using_namespaces.html | Loading commit data... | |
utilities.html | Loading commit data... |