Features: Add a comment explaining part of test.

This commit is contained in:
Stephen Kelly 2015-01-03 15:18:39 +01:00
parent c13656e717
commit 6296192def
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ endforeach()
if (CMAKE_CXX_COMPILER_ID STREQUAL GNU
AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
# The cxx_alignof feature happens to work (for *this* testcase) with
# GNU 4.7, but it is first documented as available with GNU 4.8.
list(REMOVE_ITEM CXX_non_features
cxx_alignof
)