gcc/libstdc++-v3/include/bits
Jonathan Wakely e15c474a34 regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is not contiguous.
* include/bits/regex_compiler.h (__detail::__has_contiguous_iter):
	vector<bool> storage is not contiguous.

From-SVN: r204582
2013-11-08 17:33:31 +00:00
..
algorithmfwd.h memoryfwd.h: New. 2013-03-08 21:39:24 +00:00
alloc_traits.h alloc_traits.h (allocator_traits::max_size()): LWG 2162: Add noexcept. 2013-06-08 18:31:40 +01:00
allocator.h re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-20 15:50:09 +00:00
atomic_base.h Mark all member functions with memory models always inline v2 2013-05-09 04:22:11 +00:00
basic_ios.h faq.html: Fix spelling. 2013-02-20 22:41:51 +00:00
basic_ios.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
basic_string.h basic_string.h (operator""s): Remove space between quotes and literal identifier. 2013-10-23 00:12:36 +00:00
basic_string.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
boost_concept_check.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
c++0x_warning.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
c++14_warning.h shared_mutex: Implement N3659. 2013-06-16 17:35:06 +01:00
c++config c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
char_traits.h re PR libstdc++/57704 (std::char_traits<char>::lt is not standards-compliant) 2013-06-25 08:39:31 +00:00
codecvt.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
concept_check.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
cpp_type_traits.h type_traits.h (__is_null_pointer): Add std::nullptr_t overload. 2013-05-24 18:27:59 +00:00
deque.tcc stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator. 2013-06-27 09:51:21 +00:00
enable_special_members.h enable_special_members.h: New. 2013-11-01 20:08:39 +00:00
forward_list.h re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-25 20:28:12 +00:00
forward_list.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
fstream.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
functexcept.h Print additional info when various out-of-range conditions are detected. 2013-09-21 19:04:13 -07:00
functional_hash.h functional_hash.h (std::__is_fast_hash<>): New. 2013-02-04 21:14:07 +00:00
gslice_array.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
gslice.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
hashtable_policy.h re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-25 20:28:12 +00:00
hashtable.h hashtable.cc (__access_protected_ctor): Define and use new type instead of _Hashtable_ebo_helper. 2013-10-29 21:19:34 +00:00
indirect_array.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
ios_base.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
istream.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
list.tcc re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-18 11:21:51 +00:00
locale_classes.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
locale_classes.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
locale_facets_nonio.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
locale_facets_nonio.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
locale_facets.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
locale_facets.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
localefwd.h memoryfwd.h: New. 2013-03-08 21:39:24 +00:00
mask_array.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
memoryfwd.h memoryfwd.h: New. 2013-03-08 21:39:24 +00:00
move.h include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'. 2013-06-01 21:39:50 +00:00
ostream_insert.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
ostream.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
parse_numbers.h Implement C++14 digit separators. 2013-10-31 14:01:23 +00:00
postypes.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
predefined_ops.h predefined_ops.h: New. 2013-09-27 21:17:36 +00:00
ptr_traits.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
random.h re PR libstdc++/58098 (wrong return value of normal_distribution::min()) 2013-08-07 11:41:30 +00:00
random.tcc re PR libstdc++/58302 (compilation error : std::negative_binomial_distribution::operator(e, p)) 2013-09-03 10:12:19 +00:00
range_access.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_automaton.h regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template parameters. 2013-11-08 14:30:29 +00:00
regex_automaton.tcc regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template parameters. 2013-11-08 14:30:29 +00:00
regex_compiler.h regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is not contiguous. 2013-11-08 17:33:31 +00:00
regex_compiler.tcc regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT template parameters. 2013-11-08 14:30:34 +00:00
regex_constants.h regex.h: Add friend classes. 2013-09-18 15:56:20 +00:00
regex_error.h regex_error.h: Remove _S_error_last to follow the standard. 2013-09-26 21:48:04 +00:00
regex_executor.h regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template parameters. 2013-11-08 14:30:29 +00:00
regex_executor.tcc regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template parameters. 2013-11-08 14:30:29 +00:00
regex_scanner.h regex.h: Add friend classes. 2013-09-18 15:56:20 +00:00
regex_scanner.tcc regex_scanner.tcc: (_Scanner<>::_M_scan_normal... 2013-10-18 16:13:07 +00:00
regex.h regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template parameters. 2013-11-08 14:30:29 +00:00
regex.tcc regex.h: Remove unnecessary friends. 2013-10-26 16:09:28 +00:00
shared_ptr_base.h shared_ptr (__shared_ptr): Assert non-void pointer. 2013-10-30 19:48:52 +00:00
shared_ptr.h unique_ptr.h (make_unique): Declare inline. 2013-05-18 21:18:55 +01:00
slice_array.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
sstream.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_algo.h re PR libstdc++/58800 (std::nth_element segfaults on valid input) 2013-10-20 09:07:36 +00:00
stl_algobase.h stl_algo.h (remove_copy, [...]): Declare inline. 2013-09-28 20:30:51 +00:00
stl_bvector.h Print additional info when various out-of-range conditions are detected. 2013-09-21 19:04:13 -07:00
stl_construct.h memoryfwd.h: New. 2013-03-08 21:39:24 +00:00
stl_deque.h Print additional info when various out-of-range conditions are detected. 2013-09-21 19:04:13 -07:00
stl_function.h * include/bits/stl_function.h (logical_not<void>): Add noexcept. 2013-11-01 11:59:51 +00:00
stl_heap.h predefined_ops.h: New. 2013-09-27 21:17:36 +00:00
stl_iterator_base_funcs.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_iterator_base_types.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_iterator.h re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-18 18:31:01 +00:00
stl_list.h re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-18 18:31:01 +00:00
stl_map.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_multimap.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_multiset.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_numeric.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_pair.h user.cfg.in: Set __cplusplus to 201103L. 2013-02-20 01:52:36 +00:00
stl_queue.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_raw_storage_iter.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_relops.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_set.h c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_stack.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_tempbuf.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_tree.h re PR libstdc++/58338 (Add noexcept to functions with a narrow contract) 2013-09-19 11:40:29 +00:00
stl_uninitialized.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_vector.h Print additional info when various out-of-range conditions are detected. 2013-09-21 19:04:13 -07:00
stream_iterator.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
streambuf_iterator.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
streambuf.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stringfwd.h memoryfwd.h: New. 2013-03-08 21:39:24 +00:00
unique_ptr.h shared_ptr (__shared_ptr): Assert non-void pointer. 2013-10-30 19:48:52 +00:00
unordered_map.h re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert invoking std::pair move constructor) 2013-06-14 23:35:56 +00:00
unordered_set.h hashtable_policy.h: Add C++11 allocator support. 2013-04-22 20:22:07 +00:00
uses_allocator.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
valarray_after.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
valarray_array.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
valarray_array.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
valarray_before.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
vector.tcc stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator. 2013-06-27 09:51:21 +00:00