aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/regex
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@gcc.gnu.org>2008-04-10 19:02:57 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2008-04-10 19:02:57 +0000
commit4514bed67d02fb39eeab73eb029e3860a21b3d3a (patch)
tree60785879e7a8d9f4cbddab4133e85c5e43e3305b /libstdc++-v3/include/std/regex
parent5fb79e4c29afffae11b32f374ee8b120264305e9 (diff)
downloadgcc-4514bed67d02fb39eeab73eb029e3860a21b3d3a.zip
gcc-4514bed67d02fb39eeab73eb029e3860a21b3d3a.tar.gz
gcc-4514bed67d02fb39eeab73eb029e3860a21b3d3a.tar.bz2
tuple: Consistency check for include guard, doxygen file markup.
2008-04-10 Benjamin Kosnik <bkoz@redhat.com> * include/std/tuple: Consistency check for include guard, doxygen file markup. * include/std/date_time: Same. * include/std/type_traits: Same. * include/std/regex: Same. * include/std/array: Same. * include/std/system_error: Same, add error_code ctor. From-SVN: r134171
Diffstat (limited to 'libstdc++-v3/include/std/regex')
-rw-r--r--libstdc++-v3/include/std/regex6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/std/regex b/libstdc++-v3/include/std/regex
index 5c25718..9014fba 100644
--- a/libstdc++-v3/include/std/regex
+++ b/libstdc++-v3/include/std/regex
@@ -31,8 +31,8 @@
* This is a Standard C++ Library header.
*/
-#ifndef _GLIBCXX_CXX0X_REGEX
-#define _GLIBCXX_CXX0X_REGEX 1
+#ifndef _GLIBCXX_REGEX
+#define _GLIBCXX_REGEX 1
#pragma GCC system_header
@@ -67,4 +67,4 @@
# undef _GLIBCXX_INCLUDE_AS_CXX0X
#endif
-#endif // _GLIBCXX_CXX0X_REGEX
+#endif // _GLIBCXX_REGEX