summaryrefslogtreecommitdiffhomepage
path: root/compat/copyable-mutex.hpp
AgeCommit message (Collapse)Author
2018-12-24compat/mutex: renameStanislaw Halik
2018-12-24remove const correctness violationsStanislaw Halik
This is possibly related to a livelock where several threads do const removal in their respective code paths. Use the `mutable' specifier for the mutexes and spline's cached data. Now using the `mutable' specifier, get rid of <optional> in compat/mutex.
2018-07-08modernize onlyStanislaw Halik
2017-10-27compat/mutex: renameStanislaw Halik