We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef14b3b commit 63aba56Copy full SHA for 63aba56
README.md
@@ -1513,6 +1513,10 @@ target_link_libraries(main PRIVATE cpptrace::cpptrace)
1513
Cpptrace supports C++20 modules: `import cpptrace;`. You'll need a modern toolchain in order to use C++20 modules (i.e.
1514
relatively new compilers, cmake, etc).
1515
1516
+For features involving macros you will have to `#include` headers with the macro definitions:
1517
+- `<cpptrace/exceptions_macros.hpp>`: `CPPTRACE_WRAP` and `CPPTRACE_WRAP_BLOCK`
1518
+- `<cpptrace/from_current_macros.hpp>`: `CPPTRACE_TRY`, `CPPTRACE_CATCH`, etc.
1519
+
1520
# Platform Logistics
1521
1522
Windows and macOS require a little extra work to get everything in the right place.
0 commit comments