diff options
| author | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
|---|---|---|
| committer | Alexander Kabaev <kan@FreeBSD.org> | 2004-07-28 03:12:05 +0000 |
| commit | ffeaf689a248da869b6bc8d4fd2233dfe513c060 (patch) | |
| tree | 75ef0e6da73746d6849e25a0996ae34e1aeff51d /contrib/libstdc++/include/std/std_string.h | |
| parent | 9a63ad9273061dc19cbd117762e365ea9634e241 (diff) | |
Notes
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 */ |
