diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/coding-style.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst index f8d2fdfe..129086be 100644 --- a/Documentation/coding-style.rst +++ b/Documentation/coding-style.rst @@ -80,6 +80,7 @@ C++-11-specific features: Smart pointers, as well as shared pointers and weak pointers, shall not be overused. * Variadic class and function templates +* rvalue references, move constructor and move assignment Tools |