projects
/
test_jj.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c2ac3c
)
libstdc++: Move closing brace outside #endif [PR104866]
author
Detlef Vollmann
<dv@vollmann.ch>
Thu, 10 Mar 2022 16:57:25 +0000
(16:57 +0000)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/libstdc++-v3/include/bits/this_thread_sleep.h
b/libstdc++-v3/include/bits/this_thread_sleep.h
index
86bc6ff
..
712de5a
100644
(file)
--- 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
/// @}