gcc/libstdc++-v3/include/bits
Tim Shen b3ebe3d0e0 Implement class regex_traits.
2013-07-09  Tim Shen  <timshen91@gmail.com>

	Implement class regex_traits.
	* include/bits/regex.h: Implement lookup_classname and
	lookup_collatename; modify isctype; partially implement
	transform_primary.
	* testsuite/28_regex/traits/char/isctype.cc: Add more test cases.
	* testsuite/28_regex/traits/char/lookup_classname.cc: Likewise.
	* testsuite/28_regex/traits/char/lookup_collatename.cc: Likewise.
	* testsuite/28_regex/traits/char/transform_primary.cc: Likewise.
	* testsuite/28_regex/traits/wchar_t/isctype.cc: New.
	* testsuite/28_regex/traits/wchar_t/lookup_classname.cc: New.
	* testsuite/28_regex/traits/wchar_t/lookup_collatename.cc: New.
	* testsuite/28_regex/traits/wchar_t/transform_primary.cc: New.

From-SVN: r200818
2013-07-09 13:41:10 +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 memoryfwd.h: New. 2013-03-08 21:39:24 +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 Fix library literals error involving namespace __detail. 2013-06-11 11:00:38 +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
forward_list.h re PR libstdc++/57263 (std::set with user-defined allocator - compile error) 2013-06-16 18:13:34 +01: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 Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00: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 hashtable_policy.h (_ReuseOrAllocNode): Use forward pattern. 2013-07-05 21:21:07 +00:00
hashtable.h hashtable_policy.h (_ReuseOrAllocNode): Use forward pattern. 2013-07-05 21:21:07 +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 stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): Adjust C++11 signatures to take const_iterator(s). 2013-07-01 16:17:46 +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 N3642 - User-defined Literals for Standard Library Types 2013-06-01 18:37:47 +00:00
postypes.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
ptr_traits.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
random.h codecvt_members.cc: Fix typo. 2013-07-04 22:07:44 +01:00
random.tcc re PR libstdc++/57674 (wrong distribution for std::binomial_distribution::operator()(g,param)) 2013-06-22 21:07:02 +00:00
range_access.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_compiler.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_constants.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_cursor.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_error.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_grep_matcher.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_grep_matcher.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_nfa.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex_nfa.tcc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
regex.h Implement class regex_traits. 2013-07-09 13:41:10 +00:00
shared_ptr_base.h unique_ptr.h (make_unique): Declare inline. 2013-05-18 21:18:55 +01: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 stl_algobase.h (equal): Make C++14 overloads from N3671 dispatch to traditional std::equal for... 2013-06-17 01:47:55 +01:00
stl_algobase.h stl_algobase.h (equal): Make C++14 overloads from N3671 dispatch to traditional std::equal for... 2013-06-17 01:47:55 +01:00
stl_bvector.h stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator. 2013-06-30 16:24:30 +00:00
stl_construct.h memoryfwd.h: New. 2013-03-08 21:39:24 +00:00
stl_deque.h stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator. 2013-06-30 16:24:30 +00:00
stl_function.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_heap.h re PR libstdc++/57010 ([c++0x] priority_queue<>::pop() calls self-move-assignment operator) 2013-04-22 10:07:31 +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 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
stl_list.h stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): Adjust C++11 signatures to take const_iterator(s). 2013-07-01 16:17:46 +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 c++config (_GLIBCXX_ABI_TAG_CXX11): Add. 2013-06-10 23:11:05 +00:00
stl_uninitialized.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
stl_vector.h stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]): Adjust C++11 signatures to take a const_iterator. 2013-06-30 16:24:30 +00: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 unique_ptr.h (make_unique): Declare inline. 2013-05-18 21:18:55 +01: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