diff options
author | Lioncash <mathew1800@gmail.com> | 2020-11-08 15:37:02 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-11-08 15:37:04 -0500 |
commit | 0aad9145279d1784e44a4a8250988c1546df4599 (patch) | |
tree | 17e66ddf2bebea6e8174fce202d7eef2ffa94e0b /src/input_common/sdl/sdl_impl.cpp | |
parent | 7bf9f9ae49f173ecbdd18c20aa69a1a2c2e9c5f4 (diff) |
cpu_interrupt_handler: Mark move contructor/assignment as deleted
The interrupt handler contains a std::atomic_bool, which isn't copyable
or movable, so the special move member functions will always be deleted,
despite being defaulted.
This can resolve warnings on clang and GCC.
Diffstat (limited to 'src/input_common/sdl/sdl_impl.cpp')
0 files changed, 0 insertions, 0 deletions