-
Notifications
You must be signed in to change notification settings - Fork 118
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
Make boost::iostreams::detail::path constructible from std::filesystem::path #110
base: develop
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #110 +/- ##
========================================
Coverage 68.84% 68.84%
========================================
Files 80 80
Lines 3444 3444
Branches 1027 1027
========================================
Hits 2371 2371
Misses 454 454
Partials 619 619
Continue to review full report at Codecov.
|
@jeking3 Take a look at this PR please |
@mclow Take a look at this PR please |
I don't see any tests for this new functionality. The code looks reasonable, but w/o tests, do we know that it works? |
…:path and std::filesystem::path in one test
[ test-iostreams | ||
path_test.cpp | ||
: [ check-target-builds ../../config/checks//cpp_lib_filesystem | ||
: [ check-target-builds can_use_stdcxxfs : <source>stdc++fs : [ check-target-builds can_use_cxxfs : <source>c++fs ] ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
early gcc and clang versions requires to link specific filesystem library
@mclow I have added a test. |
@mclow Take a look at this PR again please |
any update on this one? |
No description provided.