Add comment to clarify 2 sections of code.
This commit is contained in:
parent
a6738e3265
commit
133fe62048
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ void print_stacktrace(std::ostream& out)
|
||||||
|
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
// Stacktrace output requires Boost 1.65 or above.
|
||||||
|
// Therefore calls to these methods do nothing.
|
||||||
namespace fc
|
namespace fc
|
||||||
{
|
{
|
||||||
void print_stacktrace_on_segfault() {}
|
void print_stacktrace_on_segfault() {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue