Explorar el Código

Help: Remove documented restriction on template use.

Stephen Kelly hace 10 años
padre
commit
5c28495fba
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0 6
      Help/manual/cmake-developer.7.rst

+ 0 - 6
Help/manual/cmake-developer.7.rst

@@ -64,12 +64,6 @@ assigning the result of ``.size()`` on a container for example, the result
 should be assigned to ``size_t`` not to ``std::size_t``, ``unsigned int`` or
 should be assigned to ``size_t`` not to ``std::size_t``, ``unsigned int`` or
 similar types.
 similar types.
 
 
-Templates
----------
-
-Some template code is permitted, but with some limitations. Member templates
-may not be used, and template friends may not be used.
-
 Adding Compile Features
 Adding Compile Features
 =======================
 =======================