summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ExpressionParser.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-09-06 13:45:05 -0400
committerLioncash <mathew1800@gmail.com>2015-09-06 13:45:08 -0400
commit53465e329a25aa8f8e6e380f6b93e4e104373844 (patch)
tree17408684ea3d20823ce38adc983545a162f407e4 /Source/Core/InputCommon/ControllerInterface/ExpressionParser.cpp
parentc08a83a5aae41e7c8904295cfa62f932ea87ce02 (diff)
Common: Alter semantics of the NonCopyable mixin
Uses delete to make the unimplemented functions detectable at compile time and not link time if they are used. The move constructor and assignment operator are removed as moves are not copies, but transfers of ownership, which isn't suited for this class.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/ExpressionParser.cpp')
0 files changed, 0 insertions, 0 deletions