22 Apr
2017
22 Apr
'17
9:41 a.m.
2017-04-11 4:20 GMT+03:00 Emil Dotchevski via Boost
I have a question on stacktrace: is it possible to decouple the capture of stacktraces from the conversion to a human-readable format? These are two different use cases and while most programs need both, that is not true for libraries.
Done. Now if you include boost/stacktrace/stacktrace.hpp you would be able to catch stacktraces but would not be able to decode it. Now boost/stacktrace/stacktrace.hpp does not include windows.h, COM, LexicalCast and other "heavy" Boost libraries -- Best regards, Antony Polukhin