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

Remove Boost.Filesystem and Boost.Any #806

Merged
merged 2 commits into from
Aug 13, 2019
Merged

Conversation

tribal-tec
Copy link
Contributor

No description provided.

@tribal-tec tribal-tec requested a review from karjonas August 9, 2019 09:24
@tribal-tec tribal-tec changed the title Remove Boost.Filesystem Remove Boost.Filesystem and Boost.Any Aug 9, 2019
@tribal-tec tribal-tec removed the request for review from karjonas August 9, 2019 09:50
Copy link
Contributor

@karjonas karjonas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, only program options left! :)

karjonas
karjonas previously approved these changes Aug 9, 2019
@tribal-tec
Copy link
Contributor Author

I'm still testing the docker build and OSX, but the Apple one looks tough as their clang standard library has no filesystem...

This requires to use <filesystem> and <any> which needs C++17 enabled for
gcc 8 and Clang 7. For older compilers, C++14 with the experimental headers is
enough. Note this also requires using llvm clang on OSX as AppleClang lacks
support for filesystem and any in its std library.
@tribal-tec tribal-tec merged commit 6ddbd76 into BlueBrain:master Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants