forked from facebookincubator/Glean
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This diff invokes [`generic_string`](https://en.cppreference.com/w/cpp/filesystem/path/generic_string) in `db.cpp` to normalize Windows paths to use forward slashes. Note that absolute paths are maintained with this approach, e.g. `C:\foo\bar` -> `C:/foo/bar`. `PathTest.cpp` is also fixed to run correctly on Windows. Reviewed By: malanka Differential Revision: D56561550 fbshipit-source-id: 41393c5671ee5f68d942154a0c564253b67fe080
- Loading branch information
1 parent
2ceed47
commit c4b0fe7
Showing
2 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters