diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-30 05:21:58 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-30 05:28:43 -0400 |
commit | cb805f45aeedb78fa681cd32a33a95374d99a1af (patch) | |
tree | 5877fa72325a6c0abae70a97ad7a5099e33420f7 /src/input_common/keyboard.cpp | |
parent | f770c17d011e76cb268df5ba5d687609a0f514d4 (diff) |
kernel/scheduler: Use deduction guides on mutex locks
Since C++17, we no longer need to explicitly specify the type of the
mutex within the lock_guard. The type system can now deduce these with
deduction guides.
Diffstat (limited to 'src/input_common/keyboard.cpp')
0 files changed, 0 insertions, 0 deletions