Comment by whatsakandr
4 years ago
Once I macro'd `const auto` to `let` in my C++ program. After a few moments of "haha C++ go rust", I got terrified and undid it.
4 years ago
Once I macro'd `const auto` to `let` in my C++ program. After a few moments of "haha C++ go rust", I got terrified and undid it.
let is now a thing in C++, but not const auto, so probably good that you undid it :-)