https://issues.apache.org/ooo/show_bug.cgi?id=122768
Bug ID: 122768
Issue Type: DEFECT
Summary: Catch C++ exceptions by const reference
Product: General
Version: AOO 3.4.1
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Blocks: 122766
Catching C++ exceptions by const reference is considered best practice as it
avoids "slicing" of derived exceptions. It also avoids unnecessary copy
construction of the exception object.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.