mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Merge pull request #157 from prazek/patch-1
Update CppCoreGuidelines.md
This commit is contained in:
commit
572119b71d
|
@ -713,7 +713,7 @@ If all we had was a typo so that we meant to use `n` as the bound, the code coul
|
|||
|
||||
Date extract_date(const string& s); // extract date from string
|
||||
|
||||
user1(const string& date) // manipulate date
|
||||
void user1(const string& date) // manipulate date
|
||||
{
|
||||
auto d = extract_date(date);
|
||||
// ...
|
||||
|
|
Loading…
Reference in New Issue
Block a user