-
- Downloads
c++config: Remove __regex nested namespace.
2012-06-27 Benjamin Kosnik <bkoz@redhat.com> * include/bits/c++config: Remove __regex nested namespace. * include/bits/regex_compiler.h: Change __regex to __detail. Adjust doxygen markup, add regex-details group. * include/bits/regex_constants.h: Same. * include/bits/regex_cursor.h: Same. * include/bits/regex_error.h: Same. * include/bits/regex_grep_matcher.h: Same. * include/bits/regex_grep_matcher.tcc: Same. * include/bits/regex_nfa.h: Same. * include/bits/regex_nfa.tcc: Same. * include/bits/regex.h: Same. Remove static from global constants. * testsuite/ext/profile/mutex_extensions_neg.cc: Adjust line numbers. * include/bits/locale_classes.tcc: Add use_facet, has_facet to locales group. From-SVN: r189039
Showing
- libstdc++-v3/ChangeLog 19 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/bits/c++config 1 addition, 2 deletionslibstdc++-v3/include/bits/c++config
- libstdc++-v3/include/bits/locale_classes.tcc 4 additions, 1 deletionlibstdc++-v3/include/bits/locale_classes.tcc
- libstdc++-v3/include/bits/regex.h 158 additions, 194 deletionslibstdc++-v3/include/bits/regex.h
- libstdc++-v3/include/bits/regex_compiler.h 22 additions, 21 deletionslibstdc++-v3/include/bits/regex_compiler.h
- libstdc++-v3/include/bits/regex_constants.h 34 additions, 25 deletionslibstdc++-v3/include/bits/regex_constants.h
- libstdc++-v3/include/bits/regex_cursor.h 12 additions, 5 deletionslibstdc++-v3/include/bits/regex_cursor.h
- libstdc++-v3/include/bits/regex_error.h 20 additions, 14 deletionslibstdc++-v3/include/bits/regex_error.h
- libstdc++-v3/include/bits/regex_grep_matcher.h 16 additions, 10 deletionslibstdc++-v3/include/bits/regex_grep_matcher.h
- libstdc++-v3/include/bits/regex_grep_matcher.tcc 21 additions, 21 deletionslibstdc++-v3/include/bits/regex_grep_matcher.tcc
- libstdc++-v3/include/bits/regex_nfa.h 56 additions, 41 deletionslibstdc++-v3/include/bits/regex_nfa.h
- libstdc++-v3/include/bits/regex_nfa.tcc 3 additions, 3 deletionslibstdc++-v3/include/bits/regex_nfa.tcc
- libstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc 1 addition, 1 deletionlibstdc++-v3/testsuite/ext/profile/mutex_extensions_neg.cc
Loading
Please register or sign in to comment