Version
3.5-2154
Branch
comex-random-stuff
Date
9 years, 7 months ago
Windows x64 Windows x86 Mac OS X
Commit
75639f2cd9752609535c434fa4e023da488e6a50
Change author
comex
Change description
Make NonCopyable use rvalue references.

This is required to be able to move objects that inherit from it.
(Note that this patch also #ifs out the class for the externals that
include it yet are compiled in pre-C++11 mode.  It shouldn't matter,
since those externals don't use it.)