Skip to content
Snippets Groups Projects
Commit 07c3597a authored by Bill Hoffman's avatar Bill Hoffman
Browse files

Fix the documentation to say what it really does. Bug #9638

parent 2e78b58d
No related branches found
No related tags found
No related merge requests found
# - Check for ANSI for scope support
# Check if the compiler supports std:: on stl classes.
# Check if the compiler restricts the scope of variables declared in a for-init-statement to the loop body.
# CMAKE_NO_ANSI_FOR_SCOPE - holds result
#
......
# - Test for compiler support of ANSI stream headers iostream, etc.
# check if we they have the standard ansi stream files (without the .h)
# check if the compiler supports the standard ANSI iostream header (without the .h)
# CMAKE_NO_ANSI_STREAM_HEADERS - defined by the results
#
......
# # - Test for std:: namespace support
# check if the compiler supports std:: on stl classes
# - Test for compiler support of ANSI sstream header
# check if the compiler supports the standard ANSI sstream header
# CMAKE_NO_ANSI_STRING_STREAM - defined by the results
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment