mirror of
https://github.com/boostorg/quickbook.git
synced 2026-01-27 07:02:15 +00:00
e46628ce4182e4e73b76a36b0ebf6d428b08df71
Was using `!path.is_complete()` to check if a path is relative - this doesn't work on windows since paths like `\a\b` and `c:foo` aren't complete or absolute. So now use `!path.has_root_directory && !path.has_root_name()` instead. [SVN r68655]
Description
Mirrored via gitea-mirror
Languages
C++
98.5%
Python
0.9%
Shell
0.4%
C
0.1%