diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst
index 55e195cfc368..8dde5df04254 100644
--- a/Documentation/coding-style.rst
+++ b/Documentation/coding-style.rst
@@ -79,6 +79,7 @@ C++-11-specific features:
 * General-purpose smart pointers (std::unique_ptr), deprecating std::auto_ptr.
   Smart pointers, as well as shared pointers and weak pointers, shall not be
   overused.
+* Variadic templates
 
 
 Tools
