]> gcc.gnu.org Git - gcc.git/commitdiff
libstdc++: Move closing brace outside #endif [PR104866]
authorDetlef Vollmann <dv@vollmann.ch>
Thu, 10 Mar 2022 16:57:25 +0000 (16:57 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 10 Mar 2022 21:04:01 +0000 (21:04 +0000)
libstdc++-v3/ChangeLog:

PR libstdc++/104866
* include/bits/this_thread_sleep.h: Fix order of #endif and
closing brace of namespace.

libstdc++-v3/include/bits/this_thread_sleep.h

index 86bc6ffd63219d551e5a7da94b4e0531252fa577..712de5a6ff94d25b0f78c4184f51a35d1044b077 100644 (file)
@@ -105,8 +105,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
            __now = _Clock::now();
          }
       }
-  } // namespace this_thread
 #endif // ! NO_SLEEP
+  } // namespace this_thread
 
   /// @}
 
This page took 0.060443 seconds and 5 git commands to generate.