Remove mention of C++03 exception specifiers

... such exception specifiers trigger a compiler warning these days
anyways (i.e. are treated as error)
This commit is contained in:
Robert Schulze 2022-07-18 19:13:00 +00:00
parent f3a60991f4
commit 68f0dcc206
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -692,9 +692,7 @@ auto s = std::string{"Hello"};
**1.** Virtual inheritance is not used.
**2.** Exception specifiers from C++03 are not used.
**3.** Constructs which have convenient syntactic sugar in modern C++, e.g.
**2.** Constructs which have convenient syntactic sugar in modern C++, e.g.
```
// Traditional way without syntactic sugar