Skip to content

Commit

Permalink
improve wording in one sentence
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Wakely <[email protected]>
  • Loading branch information
Eisenwave and jwakely authored Jan 24, 2024
1 parent 1a077fd commit ec83868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CppCoreGuidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -3257,7 +3257,7 @@ Otherwise, a `tuple` is useful in variadic templates.
return {status, something()};
}

C++98's standard library somewhat used this style by returning `pair` in some functions.
C++98's standard library used this style in places, by returning `pair` in some functions.
For example, given a `set<string> my_set`, consider:

// C++98
Expand Down

0 comments on commit ec83868

Please sign in to comment.