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_set.h | |
| parent | 9a63ad9273061dc19cbd117762e365ea9634e241 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/include/std/std_set.h')
| -rw-r--r-- | contrib/libstdc++/include/std/std_set.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libstdc++/include/std/std_set.h b/contrib/libstdc++/include/std/std_set.h index 249f396f1af8..7ef8c9fef3bd 100644 --- a/contrib/libstdc++/include/std/std_set.h +++ b/contrib/libstdc++/include/std/std_set.h @@ -58,8 +58,8 @@ * in your programs, rather than any of the "st[dl]_*.h" implementation files. */ -#ifndef _CPP_SET -#define _CPP_SET 1 +#ifndef _GLIBCXX_SET +#define _GLIBCXX_SET 1 #pragma GCC system_header @@ -67,8 +67,8 @@ #include <bits/stl_set.h> #include <bits/stl_multiset.h> -#endif /* _CPP_SET */ +#ifdef _GLIBCXX_DEBUG +# include <debug/set> +#endif -// Local Variables: -// mode:C++ -// End: +#endif /* _GLIBCXX_SET */ |
