C++ style guide: Difference between revisions

Jump to navigation Jump to search
15 bytes removed ,  12 January 2020
m
Re-wording
No edit summary
m (Re-wording)
Line 181: Line 181:
=== std::string ===
=== std::string ===


When an empty string is required, use @qcode{""}, rather than creating an empty
When an empty string is required, use "", rather than creating an empty
string object with @code{std::string ()}.
string object with std::string ().


=== auto ===
=== auto ===
1,072

edits

Navigation menu