Documentation: coding_style: Allow C++11 variadic templates
We make use of the C++11 variadic templates feature in the signal&slot implementation, mark it as allowed in the coding style documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
@@ -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 class and function templates
|
||||
|
||||
|
||||
Tools
|
||||
|
||||
Reference in New Issue
Block a user