]> git.sesse.net Git - plocate/commitdiff
Use unique_lock CTAD.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 15 Oct 2022 13:44:47 +0000 (15:44 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 15 Oct 2022 13:44:47 +0000 (15:44 +0200)
It's not useful to write unique_lock<mutex> in C++17;
unique_lock will do.


No differences found