2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-24 15:13:28 +00:00
Lioncash cf054f35a3 SpecBase: Remove usages of const_cast
It's generally the case that mutexes are marked as mutable whenever they
need to be used within a const class context, given they don't directly
participate as a bitwise member of the class, but only transiently exist
so that synchronization operations can occur.

Given that, marking the member as mutable in this case makes sense.
2020-04-09 20:26:31 -04:00
..
2019-12-10 18:45:55 -05:00
2020-03-31 13:23:21 -04:00
2019-07-19 18:27:21 -10:00
2018-12-07 19:30:43 -10:00