fix typo
This commit is contained in:
parent
943f92fffc
commit
b9f2af6f87
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ If you see bits of code around that do not follow these please don't hesitate to
|
||||||
|
|
||||||
std::string const& variable_name // preferred, for consistency
|
std::string const& variable_name // preferred, for consistency
|
||||||
|
|
||||||
std::string const& variable_name // no
|
const std::string & variable_name // no
|
||||||
|
|
||||||
#### Pass built-in types by value, all others by const&
|
#### Pass built-in types by value, all others by const&
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue