Skip to content

Change to c++ 11 for MRtrix3 compatibility#11

Merged
arokem merged 5 commits intomasterfrom
cxx-11-boost-filesystem
Jan 26, 2026
Merged

Change to c++ 11 for MRtrix3 compatibility#11
arokem merged 5 commits intomasterfrom
cxx-11-boost-filesystem

Conversation

@mattcieslak
Copy link
Collaborator

I should have checked, but mrtrix3 uses c++11 and I was using 17 in the last PR. This means the nice std::filesystem isn't available anymore. So this PR adds an option to use boost filesystem if boost is available or a tiny shim like MRtrix uses.

Tests are added for each boost/no-boost, cmake/conan scenario

@arokem arokem merged commit cb4b1fe into master Jan 26, 2026
4 checks passed
@arokem
Copy link
Contributor

arokem commented Jan 26, 2026

Thanks for doing this! I should have noticed the C++ version on #9 🙈

This was referenced Jan 26, 2026
Closed
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