seeing some C++ hate on my timeline and it's reminding me that i've been stockholm syndromed into liking C++ over the past year. i've read so much of the standard and my descent into madness is irreversible. C++ has become a very comfortable language for me and this is terrifying
i'll ask my own little C++ trivia question. what is the value category from calling this function?
template <typename T>
std::remove_reference_t<T>&& foo();