ChatGPT is so bad with C++
I asked it to fix a compilation error in a few lines of code and after a few iterations it gave me back effectively identical broken code.
@vitaut std::holds_alternative<(,,𖦹﹏𖦹,,)>
GitHub - vitaut/_._: A simple streaming library

A simple streaming library. Contribute to vitaut/_._ development by creating an account on GitHub.

GitHub
@vitaut when are you oxidizing this pile of ass
@wjb can I overload << in rust?
Shl in std::ops - Rust

The left shift operator `<<`. Note that because this trait is implemented for all integer types with multiple right-hand-side types, Rust’s type checker has special handling for `_ << _`, setting the result type for integer operations to the type of the left-hand-side operand. This means that though `a << b` and `a.shl(b)` are one and the same from an evaluation standpoint, they are different when it comes to type inference.