Skip to content

Commit 38e6c3c

Browse files
authored
CXX-2723 Explicitly document throwing exception from APM callback is undefined behavior (#1015)
* CXX-2723 Document exception undefined behavior for APM callbacks * Upgrade Doxyfile to 1.9.1 * Call `std::terminate()` if an APM callback exits via an exception
1 parent 5b6c9f8 commit 38e6c3c

File tree

4 files changed

+454
-155
lines changed

4 files changed

+454
-155
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
### Changed
1818
- Do not build tests as part of `all` target. Configure with `BUILD_TESTING=ON` to build tests.
19+
20+
### Fixed
21+
- Explicitly document that throwing an exception from an APM callback is undefined behavior.

0 commit comments

Comments
 (0)