X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Fconfig%2Fos%2Fgnu-linux%2Fctype_inline.h;fp=libstdc%2B%2B-v3%2Fconfig%2Fos%2Fgnu-linux%2Fctype_inline.h;h=6aeaa7a984c9900c9c4495ee6dc2781e807ca96f;hb=944beac5ef02f98548e8c229e6cdc7064f14dfb5;hp=a2781e91d161d4935f69c55a2f9b96e8ecfc9470;hpb=b04b371079c69407f6ce628e8b28b7ccdd5115fe;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/config/os/gnu-linux/ctype_inline.h b/libstdc++-v3/config/os/gnu-linux/ctype_inline.h index a2781e91d16..6aeaa7a984c 100644 --- a/libstdc++-v3/config/os/gnu-linux/ctype_inline.h +++ b/libstdc++-v3/config/os/gnu-linux/ctype_inline.h @@ -27,6 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. +/** @file ctype_inline.h + * This is an internal header file, included by other library headers. + * You should not attempt to use it directly. + */ + // // ISO C++ 14882: 22.1 Locales // @@ -34,6 +39,8 @@ // ctype bits to be inlined go here. Non-inlinable (ie virtual do_*) // functions go in ctype.cc +_GLIBCXX_BEGIN_NAMESPACE(std) + bool ctype:: is(mask __m, char __c) const @@ -67,3 +74,5 @@ ++__low; return __low; } + +_GLIBCXX_END_NAMESPACE