public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7603] libstdc++: Move closing brace outside #endif [PR104866]
@ 2022-03-10 21:05 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2022-03-10 21:05 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:b5417a0ba7e26bec2abf05cad6c6ef840a9be41c

commit r12-7603-gb5417a0ba7e26bec2abf05cad6c6ef840a9be41c
Author: Detlef Vollmann <dv@vollmann.ch>
Date:   Thu Mar 10 16:57:25 2022 +0000

    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:
---
 libstdc++-v3/include/bits/this_thread_sleep.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
   /// @}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-10 21:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10 21:05 [gcc r12-7603] libstdc++: Move closing brace outside #endif [PR104866] Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).