]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/c_global/ctime
PR libstdc++/36104 part four
[thirdparty/gcc.git] / libstdc++-v3 / include / c_global / ctime
index f5bb49ccbc9451aa8982b87ff598a06aa1a595f2..085e792c8f0571a2136cb9296b69697d0ed8d7ab 100644 (file)
@@ -57,8 +57,8 @@
 #undef localtime
 #undef strftime
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
-
+namespace std
+{
   using ::clock_t;
   using ::time_t;
   using ::tm;
@@ -72,7 +72,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
   using ::gmtime;
   using ::localtime;
   using ::strftime;
-
-_GLIBCXX_END_NAMESPACE
+} // namespace
 
 #endif