Browse Source
Prevents logic bugs like:
KScopedSchedulerLock{kernel};
instead of:
KScopedSchedulerLock lk{kernel};
from slipping through.
nce_cpp
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue