We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e1213 commit aa97b1aCopy full SHA for aa97b1a
doc/stacktrace.qbk
@@ -163,7 +163,7 @@ int main() {
163
foo("test1");
164
bar("test2");
165
} catch (const std::exception& exc) {
166
- boost::stacktrace::stacktrace trace = boost::stacktrace::from_current_exception(); // <---
+ boost::stacktrace::stacktrace trace = boost::stacktrace::stacktrace::from_current_exception(); // <---
167
std::cerr << "Caught exception: " << exc.what() << ", trace:\n" << trace;
168
}
169
0 commit comments