From 9374c308de7b8b177d326c13f5781870c2ee32c3 Mon Sep 17 00:00:00 2001 From: Julian Brost Date: Wed, 21 Oct 2020 12:22:18 +0200 Subject: [PATCH] docs: mention use of boost::stacktrace --- doc/21-development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/21-development.md b/doc/21-development.md index 7872a3b48..724d156d4 100644 --- a/doc/21-development.md +++ b/doc/21-development.md @@ -1119,6 +1119,7 @@ General: - [function_types](https://www.boost.org/doc/libs/1_66_0/libs/function_types/doc/html/index.html) (header only) - [circular_buffer](https://www.boost.org/doc/libs/1_66_0/doc/html/circular_buffer.html) (header only) - [math](https://www.boost.org/doc/libs/1_66_0/libs/math/doc/html/index.html) (header only) +- [stacktrace](https://www.boost.org/doc/libs/1_66_0/doc/html/stacktrace.html) (header only) Events and Runtime: