浏览代码

Help: Update developer manual with some C++ features now permitted.

Stephen Kelly 11 年之前
父节点
当前提交
12cb0b868c
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. 1 7
      Help/manual/cmake-developer.7.rst

+ 1 - 7
Help/manual/cmake-developer.7.rst

@@ -147,7 +147,7 @@ A loop must be used instead:
     theSet.insert(*it);
     }
 
-.. MSVC6, SunCC 5.9
+.. SunCC 5.9
 
 Template Parameter Defaults
 ---------------------------
@@ -177,12 +177,6 @@ this does not work with other ancient compilers:
 
 and invoke it with the value ``0`` explicitly in all cases.
 
-std::min and std::max
----------------------
-
-``min`` and ``max`` are defined as macros on some systems. ``std::min`` and
-``std::max`` may not be used.  Use ``cmMinimum`` and ``cmMaximum`` instead.
-
 size_t
 ------