Details
Description
Commit 5f159cdcb introduced `return Error(...)` logic to functions which return `bool`, not `Try<bool>` in stat.hpp, which broke the Windows build.
Attachments
Issue Links
- duplicates
-
MESOS-7300 Mesos failed to build on Windows due to error C2440: 'return': cannot convert from 'Error' to 'bool'
- Resolved