summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/locale
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/std/locale')
-rw-r--r--libstdc++-v3/include/std/locale27
1 files changed, 21 insertions, 6 deletions
diff --git a/libstdc++-v3/include/std/locale b/libstdc++-v3/include/std/locale
index 5a1d62241e7..82089d01539 100644
--- a/libstdc++-v3/include/std/locale
+++ b/libstdc++-v3/include/std/locale
@@ -1,6 +1,6 @@
-// -*- C++ -*- std header.
+// Locale support -*- C++ -*-
-// Copyright (C) 2001 Free Software Foundation, Inc.
+// Copyright (C) 1997-1999 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -27,11 +27,26 @@
// invalidate any other reasons why the executable file might be covered by
// the GNU General Public License.
-/** @file locale
- * This is a Standard C++ Library file. You should @c #include this file
- * in your programs, rather than any of the "st[dl]_*.h" implementation files.
+//
+// ISO C++ 14882: 22.1 Locales
+//
+
+/** @file std_locale.h
+ * This is an internal header file, included by other library headers.
+ * You should not attempt to use it directly.
*/
#ifndef _CPP_LOCALE
-#include <bits/std_locale.h>
+#define _CPP_LOCALE 1
+
+#pragma GCC system_header
+
+#include <bits/localefwd.h>
+#include <bits/locale_facets.h>
+#include <bits/locale_facets.tcc>
+
#endif
+
+// Local Variables:
+// mode:c++
+// End: