The usage of Boost within FileCatalyst C++. Most of the Boost headers used in FC++ are only needed internally, and not exposed in the public API. These include the following:
boost::system::error_code
in the fc::Exception class. Linking against libboost_system
is required. Boost System: http://www.boost.org/doc/libs/release/libs/system/ libboost_regex
. This was removed in April 2019 now that modern C++ compilers have decent support for std::regex
.