Commit f161ed7
Fix deprecated settings::resultsPath warnings (breaks macOS Clang CI)
Replace deprecated settings::resultsPath with settings::paths::resultsPath
in Problem.hpp. Also simplify path_t typedef from decay_t<decltype(...)>
to std::filesystem::path.
The deprecation warnings caused ninja to report build failure on macOS CI
even without -Werror, possibly due to Clang's stricter default warnings
in newer Xcode versions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7cdfc90 commit f161ed7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments