FC++  v0.9.0-9e9b65
FileCatalyst Fast File Transfers - C++ Library
FCBoost.hpp File Reference
#include "FileCatalyst.hpp"
#include <boost/system/error_code.hpp>
Include dependency graph for FCBoost.hpp:
This graph shows which files directly or indirectly include this file:

Detailed Description

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:

Since
r1129 Older versions of FC++ also used Boost's implentation of regex which required linking against libboost_regex. This was removed in April 2019 now that modern C++ compilers have decent support for std::regex.