Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for <filesystem> to IO #636

Commits on Feb 5, 2022

  1. Add support for <filesystem> to IO

    If neither <filesystem> nor <experimental/filesystem> is detected,
    then require <boost/filesystem.hpp>.
    
    If user defines BOOST_GIL_IO_USE_BOOST_FILESYSTEM macro,
    then <boost/filesystem.hpp> is pre-selected and required,
    and search for any of the C++ standard implementation is skipped.
    
    Remove end-user macro BOOST_GIL_IO_ADD_FS_PATH_SUPPORT
    Require tests to always build with support of either
    detected C++ filesystem or pre-selected Boost.Filesystem.
    
    Closes #boostorg#222
    mloskot committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    e634bcf View commit details
    Browse the repository at this point in the history