C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-01-30 11:44:46 +00:00
parent 33e37536df
commit e2ae4a699c

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added a new `ThrowingFunction` abstract class that can be used to model an external function that may throw an exception.