Simplify std::call_once implementation
authorJonathan Wakely <jwakely@redhat.com>
Wed, 12 Oct 2016 12:16:15 +0000 (13:16 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 12 Oct 2016 12:16:15 +0000 (13:16 +0100)
commitcfbdc34f25dac9e6568618f69e3ee46ff1714766
treebd62964bf11dc4aab273bf8ac359226e77533808
parent08a53a2eda8886d406c497595d57ba09aaf5893e
Simplify std::call_once implementation

* include/std/mutex [_GLIBCXX_HAVE_TLS] (_Once_call): Remove.
(call_once) [_GLIBCXX_HAVE_TLS]: Simplify by removing _Once_call.

From-SVN: r241034
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/mutex