Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext

Macro BOOST_DLL_USE_STD_FS

BOOST_DLL_USE_STD_FS — Define this macro to make Boost.DLL use C++17's std::filesystem::path, std::system_error and std::error_code.

Synopsis

// In header: <boost/dll/config.hpp>

BOOST_DLL_USE_STD_FS

PrevUpHomeNext