projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b01af0
)
libstdc++: Fix indentation in <semaphore>
author
Jonathan Wakely
<jwakely@redhat.com>
Sun, 20 Dec 2020 18:49:13 +0000
(18:49 +0000)
committer
Jonathan Wakely
<jwakely@redhat.com>
Sun, 20 Dec 2020 18:49:46 +0000
(18:49 +0000)
libstdc++-v3/ChangeLog:
* include/std/semaphore: Fix indentation.
libstdc++-v3/include/std/semaphore
patch
|
blob
|
history
diff --git
a/libstdc++-v3/include/std/semaphore
b/libstdc++-v3/include/std/semaphore
index ff83a56af4b5a3b81be43473d74692474e58676c..9648c3da7ce60bb785df83b606466e79682ea8ad 100644
(file)
--- a/
libstdc++-v3/include/std/semaphore
+++ b/
libstdc++-v3/include/std/semaphore
@@
-87,7
+87,8
@@
_GLIBCXX_BEGIN_NAMESPACE_VERSION
{ return _M_sem._M_try_acquire_until(__atime); }
};
- using binary_semaphore = std::counting_semaphore<1>;
+ using binary_semaphore = std::counting_semaphore<1>;
+
_GLIBCXX_END_NAMESPACE_VERSION
} // namespace
#endif // __cpp_lib_atomic_wait