Версия
3.5-2189
Ветвь
master
Дата
10 лет, 7 месяцев назад
Windows x64 Windows x86 Mac OS X Android
Коммит
4d6d4a97e4df55ae1f1ec2cb6b7961efd6d35c89
Автор изменения
comex
Описание изменения
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.)