aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorDetlef Vollmann <dv@vollmann.ch>2022-03-10 16:57:25 +0000
committerJonathan Wakely <jwakely@redhat.com>2022-03-10 21:04:01 +0000
commitb5417a0ba7e26bec2abf05cad6c6ef840a9be41c (patch)
tree308f8e6f8ff765f1e494f4b58beb178d08c8280c /libstdc++-v3
parent7c2ac3cebd5d41441e38142fca7ba5206f0d0027 (diff)
downloadgcc-b5417a0ba7e26bec2abf05cad6c6ef840a9be41c.zip
gcc-b5417a0ba7e26bec2abf05cad6c6ef840a9be41c.tar.gz
gcc-b5417a0ba7e26bec2abf05cad6c6ef840a9be41c.tar.bz2
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.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/include/bits/this_thread_sleep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/this_thread_sleep.h b/libstdc++-v3/include/bits/this_thread_sleep.h
index 86bc6ff..712de5a 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
/// @}