View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009638CMakeDocumentationpublic2009-10-02 02:482009-10-02 08:45
ReporterClaudio Bley 
Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in Version 
Summary0009638: TestForANSIForScope docs wrong
DescriptionThe documentation for TestForANSIForScope reads:

====
TestForANSIForScope: Check for ANSI for scope support

Check if the compiler supports std:: on stl classes.
=====

It is the same docstring as for TestForSTDNamespace. It should probably read:

=====
Check if the compiler restricts the scope of variables declared in a for-init-statement to the loop body.
=====
TagsNo tags attached.
Attached Filesdiff file icon cmake_doc_fixes.diff [^] (1,980 bytes) 2009-10-02 04:10 [Show Content]
diff file icon cmake_doc_fixes_new.diff [^] (2,035 bytes) 2009-10-02 05:09 [Show Content]

 Relationships

  Notes
(0017889)
Claudio Bley (reporter)
2009-10-02 04:11
edited on: 2009-10-02 05:11

I just discovered that documentation is also wrong for some other TestForXXX modules.

I've prepared a patch against current CVS which fixes the docs for TestForSSTREAM, TestForANSIStreamHeaders and TestForANSIForScope.

\edit: I've attached a new version of the patch which fixes another documentation error. Please disregard the first patch.

(0017895)
Bill Hoffman (manager)
2009-10-02 08:45

Thanks.

? CMakeFiles
Committer: Bill Hoffman <bill.hoffman@kitware.com>
/cvsroot/CMake/CMake/Modules/TestForANSIForScope.cmake,v <-- TestForANSIForScope.cmake
new revision: 1.17; previous revision: 1.16
/cvsroot/CMake/CMake/Modules/TestForANSIStreamHeaders.cmake,v <-- TestForANSIStreamHeaders.cmake
new revision: 1.13; previous revision: 1.12
/cvsroot/CMake/CMake/Modules/TestForSSTREAM.cmake,v <-- TestForSSTREAM.cmake
new revision: 1.5; previous revision: 1.4

 Issue History
Date Modified Username Field Change
2009-10-02 02:48 Claudio Bley New Issue
2009-10-02 04:10 Claudio Bley File Added: cmake_doc_fixes.diff
2009-10-02 04:11 Claudio Bley Note Added: 0017889
2009-10-02 05:09 Claudio Bley File Added: cmake_doc_fixes_new.diff
2009-10-02 05:11 Claudio Bley Note Edited: 0017889
2009-10-02 08:45 Bill Hoffman Note Added: 0017895
2009-10-02 08:45 Bill Hoffman Status new => closed
2009-10-02 08:45 Bill Hoffman Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team