]> git.sesse.net Git - plocate/commit
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)
commit19e638d54b74f7593ba607ab53b430385b7ae531
tree5429453aa076da2b0c7cec803538603b42d7cc8b
parentfd6198891d6fd9642effc0843fef6f23b991af3e
Use unique_lock CTAD.

It's not useful to write unique_lock<mutex> in C++17;
unique_lock will do.
plocate.cpp