Closed JakeChampion closed 3 months ago
Oops, I merged that too soon. This code worked as expected; we were preventing the compiler from interpreting ??=
as a trigraph. https://en.cppreference.com/w/cpp/language/operator_alternative
Oh! Which version of c++ are we using? Trigraphs were removed in 17 I think
@JakeChampion C++23, but looks like Clang is still interpreting them
Nice catch! 👍