]> git.ipfire.org Git - thirdparty/gcc.git/commit
mutex (call_once): Store closure in __once_functor as bound function wrapper might...
authorJonathan Wakely <jwakely.gcc@gmail.com>
Mon, 7 Nov 2011 22:26:15 +0000 (22:26 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 7 Nov 2011 22:26:15 +0000 (22:26 +0000)
commit48d8dd06b0427394bbf678b283354fa27be8dce1
treee5214d4cf5b63d66ee5b1c2526c78957454dc230
parentc5a0818e683e9bf93b3edfce46333ccac054b21f
mutex (call_once): Store closure in __once_functor as bound function wrapper might not be copyable.

* include/std/mutex (call_once): Store closure in __once_functor
as bound function wrapper might not be copyable.

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