forked from BVLC/caffe
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Implement filesystem related functions using boost filesystem #2
Labels
Comments
This will potentially conflict with BVLC#2537 |
Should we rely on C++14 |
Yes but you need to investigate what are the minimal g++ clang and msvc version that support that and if this minimal versions are acceptable by core Caffe developers. |
I'm working on this. |
@eelstork Great looking forward to try it! |
Yes I will close the issue when I merge these changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use boost filesystem instead of Unix specific implementations of:
MakeTempFile
MakeTmpDir
mkdir
The text was updated successfully, but these errors were encountered: