You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make std::filesystem::path conversion to/from UTF-8 encoded string explicit (#4631)
* Make std::filesystem::path conversion to/from UTF-8 encoded JSON string explicit.
Signed-off-by: Richard Musil <[email protected]>
* Experimental: Changing C++ standard detection logic to accommodate potential corner cases.
Signed-off-by: Richard Musil <[email protected]>
* Drop C++ standard tests for compilers which do not implement required features.
Signed-off-by: Richard Musil <[email protected]>
* Drop C++ standard tests for MSVC versions which do not implement required features.
Signed-off-by: Richard Musil <[email protected]>
---------
Signed-off-by: Richard Musil <[email protected]>
Co-authored-by: Richard Musil <[email protected]>
0 commit comments