ghc::filesystem::path::operator/= () fails for std::string_views #81
Labels
available on master
Fix is done on master branch, issue closed on next release
bug
Something isn't working
Milestone
Describe the bug
The
/=
operator can't handle std::string_viewsTo Reproduce
ghc::filesystem::path{"XYZ"} /= "Appendix"sv
doesn't work`Expected behavior
I would expect that a compiler compiling with c++17 support won't fail.
Additional context
using macOS 10.13 "High Sierra" with XCode 10.1
using ghc version 1.3.2
The text was updated successfully, but these errors were encountered: