Simplify std::scoped_lock destructor
authorJonathan Wakely <jwakely@redhat.com>
Wed, 12 Jun 2019 14:52:06 +0000 (15:52 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 12 Jun 2019 14:52:06 +0000 (15:52 +0100)
commitce657a74143a11bfa43f5d334b11b57954568f12
treef660d0a42132404c174a91c425ef487a20bc32d6
parentcd0b94e650a880b2ab04922e476aa28007277d5c
Simplify std::scoped_lock destructor

* include/std/mutex (scoped_lock::~scoped_lock()): Use fold
expression.

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