Fix some deprecated std stuff#1718
Conversation
3454cff to
0e4cb87
Compare
|
MacOS compiler in the CI is being a piece of shit for some reason. |
We saw this CI glitch in #1687 as well, where the compiler acts like it is in C++11 mode. I tried locally with AppleClang 17.0 and was unable to reproduce the issue: the |
I tried |
|
Hmm, maybe not? The CI still used AppleClang 15 I think, the one on |
|
Nah, CI still just uses AppleClang 15. |
|
Apparently, |
5c79dec to
9f96fbd
Compare
|
Still fails, even though it's using AppleClang 16. |
9a92052 to
b300d67
Compare
|
LGTM |
Some fixes for deprecated stuff I did in daemon-vulkan, backported here. These ones don't require any C++ version upgrade.