diff options
Diffstat (limited to 'contrib/libstdc++/include/std/std_string.h')
| -rw-r--r-- | contrib/libstdc++/include/std/std_string.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/contrib/libstdc++/include/std/std_string.h b/contrib/libstdc++/include/std/std_string.h index 6b82f8ecb0cc5..2b15658c7684f 100644 --- a/contrib/libstdc++/include/std/std_string.h +++ b/contrib/libstdc++/include/std/std_string.h @@ -1,6 +1,6 @@ // Components for manipulating sequences of characters -*- C++ -*- -// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 +// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free @@ -37,8 +37,8 @@ * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ -#ifndef _CPP_STRING -#define _CPP_STRING 1 +#ifndef _GLIBCXX_STRING +#define _GLIBCXX_STRING 1 #pragma GCC system_header @@ -52,10 +52,9 @@ #include <bits/stl_function.h> // For less #include <bits/basic_string.h> -#ifdef _GLIBCPP_NO_TEMPLATE_EXPORT +#ifndef _GLIBCXX_EXPORT_TEMPLATE # include <algorithm> // for find_if # include <bits/basic_string.tcc> #endif -#endif /* _CPP_STRING */ - +#endif /* _GLIBCXX_STRING */ |
