Updated E.15

Straggler edit
This commit is contained in:
Herb Sutter
2021-11-04 11:47:28 -07:00
parent d568d190f6
commit 23350fd99f

View File

@@ -16080,6 +16080,7 @@ Catch `throw` and `catch` of a built-in type. Maybe warn about `throw` and `catc
##### Reason
Throwing by value (not by pointer) and catching by reference prevents copying, especially slicing base subobjects.
##### Example; bad