Commit f68fa0f
committed
fix: __cpp_deleted_function issue with Apple-clang 17
Apple-clang 17 (i.e. Xcode 16.3 or later) has the same issue with
`__cpp_deleted_function` being set with C++20.
I'm not sure if this fix is valuable / necessary since Apple-clang 17
has the same bug as Clang 19 that prevents us from building mp-units.1 parent a0fd724 commit f68fa0f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
| 115 | + | |
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| |||
0 commit comments