Help: Remove documented restriction on template use.

This commit is contained in:
Stephen Kelly 2014-12-31 14:38:43 +01:00
parent ac3d382920
commit 5c28495fba
1 changed files with 0 additions and 6 deletions

View File

@ -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
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
=======================