]> git.ipfire.org Git - thirdparty/gcc.git/commit
shared_ptr.cc (mask, [...]): Move declaration...
authorFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 3 Oct 2016 20:23:13 +0000 (20:23 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 3 Oct 2016 20:23:13 +0000 (20:23 +0000)
commit38aee22c7d66666c19ffd58e338fed0b3a312e7b
tree3bbaae40c7da6041bfd69e60f433ce9a7dd57b4d
parentac4f79dde40869b71eaad33cad91e9e95aeb2319
shared_ptr.cc (mask, [...]): Move declaration...

2016-10-03  François Dumont  <fdumont@gcc.gnu.org>

* src/c++11/shared_ptr.cc (mask, invalid, get_mutex): Move
declaration...
* src/c++11/mutex_pool.h: ... here. New.
* src/c++11/debug.cc: Use latter.

From-SVN: r240732
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/debug.cc
libstdc++-v3/src/c++11/mutex_pool.h [new file with mode: 0644]
libstdc++-v3/src/c++11/shared_ptr.cc