diff options
Diffstat (limited to 'libstdc++-v3/include/bits/std_locale.h')
-rw-r--r-- | libstdc++-v3/include/bits/std_locale.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libstdc++-v3/include/bits/std_locale.h b/libstdc++-v3/include/bits/std_locale.h index 1b3b58f22d9..82089d01539 100644 --- a/libstdc++-v3/include/bits/std_locale.h +++ b/libstdc++-v3/include/bits/std_locale.h @@ -31,6 +31,11 @@ // 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 #define _CPP_LOCALE 1 |