We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943f92f commit b9f2af6Copy full SHA for b9f2af6
1 file changed
docs/contributing.markdown
@@ -99,7 +99,7 @@ If you see bits of code around that do not follow these please don't hesitate to
99
100
std::string const& variable_name // preferred, for consistency
101
102
- std::string const& variable_name // no
+ const std::string & variable_name // no
103
104
#### Pass built-in types by value, all others by const&
105
0 commit comments