Commit a64f75d
Remove -std=gnu++11 from macOS target_compile_options
The top-level CMAKE_CXX_STANDARD 20 adds -std=gnu++20, but the
explicit -std=gnu++11 in the Apple branch was overriding it (later
flag wins), causing std::same_as and std::decay_t to be missing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7dc5078 commit a64f75d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
0 commit comments