diff options
author | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-06-27 20:46:25 (GMT) |
---|---|---|
committer | Daniel Pfeifer <daniel@pfeifer-mail.de> | 2016-06-27 21:24:09 (GMT) |
commit | 9e2d6f0c4d19e1ae1652071ea783ad577ea93e28 (patch) | |
tree | c9724a664885aeb2b6824fe0c842f88ddbbe6de0 /Source/cmMarkAsAdvancedCommand.h | |
parent | d3544d023b7b118f5f9fcb70808546d7b3724f50 (diff) | |
download | CMake-9e2d6f0c4d19e1ae1652071ea783ad577ea93e28.zip CMake-9e2d6f0c4d19e1ae1652071ea783ad577ea93e28.tar.gz CMake-9e2d6f0c4d19e1ae1652071ea783ad577ea93e28.tar.bz2 |
CM_OVERRIDE: mark destructor overridden in the feature test.
This is important for two reasons:
1. A compiler might warn about a class that has a virtual member
function but no virtual destructor. We don't want to treat the feature
as incomplete in this case.
2. MSVC10 supports the override identifier except on destructors. In
this case, the feature really is incomplete and we want to detect it as
such.
Diffstat (limited to 'Source/cmMarkAsAdvancedCommand.h')
0 files changed, 0 insertions, 0 deletions