From: Detlef Vollmann Date: Thu, 10 Mar 2022 16:57:25 +0000 (+0000) Subject: libstdc++: Move closing brace outside #endif [PR104866] X-Git-Tag: basepoints/gcc-13~710 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5417a0ba7e26bec2abf05cad6c6ef840a9be41c;p=people%2Fms%2Fgcc.git libstdc++: Move closing brace outside #endif [PR104866] libstdc++-v3/ChangeLog: PR libstdc++/104866 * include/bits/this_thread_sleep.h: Fix order of #endif and closing brace of namespace. --- diff --git a/libstdc++-v3/include/bits/this_thread_sleep.h b/libstdc++-v3/include/bits/this_thread_sleep.h index 86bc6ffd632..712de5a6ff9 100644 --- a/libstdc++-v3/include/bits/this_thread_sleep.h +++ b/libstdc++-v3/include/bits/this_thread_sleep.h @@ -105,8 +105,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION __now = _Clock::now(); } } - } // namespace this_thread #endif // ! NO_SLEEP + } // namespace this_thread /// @}