FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 commits from dapp-support into latest-fc
Showing only changes of commit 5c0ee5d6b7 - Show all commits

View file

@ -4,7 +4,7 @@
#include <ostream>
#include <boost/version.hpp>
// only include stacktrace stuff if boost >= 1.65
// only include stacktrace stuff if boost >= 1.65 and not macOS
#if BOOST_VERSION / 100000 >= 1 && ((BOOST_VERSION / 100) % 1000) >= 65 && !defined(__APPLE__)
#include <signal.h>
#include <fc/log/logger.hpp>