Open main menu

Difference between revisions of "Code Formatting Conventions"

m
(→‎Whitespaces: added rules for template definiton and operator overloading)
Line 85: Line 85:
'''Template definitions'''
'''Template definitions'''


no whitespace between template and <
no whitespace between template keyword and <
<pre>
<pre>
template<typename foo>
template<typename foo>
561

edits