Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try a potential fix for a Windows portability problem
filesystem paths in MSVC are based on wchar_t so my 8b regex (and std::string) were a problem for matching against native paths. Trying again with the generic std::string interface to see if it works.
- Loading branch information