OSDN Git Service

2006-12-05 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / config / os / generic / ctype_inline.h
index d611e3b..511bf9d 100644 (file)
 // 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
 //
@@ -41,6 +46,8 @@
 
 // Constructing a synthetic "C" table should be seriously considered...
 
+_GLIBCXX_BEGIN_NAMESPACE(std)
+
   bool
   ctype<char>::
   is(mask __m, char __c) const
        ++__low;
     return __low;
   }
+
+_GLIBCXX_END_NAMESPACE