From 133fe62048ede4c8c3d5b16c8963c4b87cd0203c Mon Sep 17 00:00:00 2001 From: John Jones Date: Mon, 9 Apr 2018 08:59:58 -0500 Subject: [PATCH] Add comment to clarify 2 sections of code. --- src/stacktrace.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/stacktrace.cpp b/src/stacktrace.cpp index e6424be..ab4e4d0 100644 --- a/src/stacktrace.cpp +++ b/src/stacktrace.cpp @@ -33,7 +33,8 @@ void print_stacktrace(std::ostream& out) } #else - +// Stacktrace output requires Boost 1.65 or above. +// Therefore calls to these methods do nothing. namespace fc { void print_stacktrace_on_segfault() {}