Add comment to clarify 2 sections of code.

This commit is contained in:
John Jones 2018-04-09 08:59:58 -05:00
parent a6738e3265
commit 133fe62048

View file

@ -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() {}