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

Support std::experimental::filesystem #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 26, 2024

  1. Support std::experimental::filesystem

    For example, SLES 15 uses gcc 7.5 as the system compiler and C++
    standard library. This supports C++17, but does so for std::filesystem
    via the std::experimental namespace and requires linking an extra
    library and including a specially named header.
    
    This change imports BSD-licensed community CMake content to make
    building unitrace smoother on such platforms.
    mabraham committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d55a6f7 View commit details
    Browse the repository at this point in the history