summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-01-16 15:43:22 -0500
committerLioncash <mathew1800@gmail.com>2017-01-16 17:27:03 -0500
commit45f7883ed87ebd5cc4752b91e8f15267513edb22 (patch)
treec8a9bb92e4df375b86b52bfbbe5fcf0c146f1f4e /Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
parent1a01aee66eca4d3c4ae4701287a5e6112797650f (diff)
IR_X86: Make RegInfo uncopyable
Hiding and not implementing the copy constructor is a pre-C++11 thing. It should also be noted that a copy constructor, as defined by the language, contains a const qualifier on its parameter, so this wouldn't have prevented copies from being performed. It also follows that if the copy constructor is deleted, then copy assignment should also be forbidden.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h')
0 files changed, 0 insertions, 0 deletions