OSDN Git Service

2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / c_compatibility / inttypes.h
index 2273dfe..54c220c 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*- compatibility header.
 
-// Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2007, 2008, 2009, 2010 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
@@ -50,8 +50,8 @@
 
 #ifdef _GLIBCXX_USE_C99_INTTYPES_TR1
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
-
+namespace std
+{
   // types
   using ::imaxdiv_t;
 
@@ -76,8 +76,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
   using ::wcstoimax;
   using ::wcstoumax;
 #endif
-
-_GLIBCXX_END_NAMESPACE
+} // namespace
 
 #endif _GLIBCXX_USE_C99_INTTYPES_TR1