STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Todo List
Member __glibcxx_check_insert_range (_Position, _First, _Last)
We would like to be able to check for noninterference of _Position and the range [_First, _Last), but that can't (in general) be done.
Member __glibcxx_check_insert_range_after (_Position, _First, _Last)
We would like to be able to check for noninterference of _Position and the range [_First, _Last), but that can't (in general) be done.
Member __gnu_debug::_Safe_iterator< _Iterator, _Sequence >::operator-> () const

Make this correct w.r.t. iterators that return proxies

Use addressof() instead of & operator

Member __gnu_debug::_Safe_local_iterator< _Iterator, _Sequence >::operator-> () const

Make this correct w.r.t. iterators that return proxies

Use addressof() instead of & operator

Member _GLIBCXX_VISIBILITY (default)
Handle b == nonpositive integer blowup - return NaN.
Group tr1_random_generators
the engine_value_type needs to be studied more carefully.