C++

C++11 adds a new non-const reference type called an rvalue reference, identified by T&&.
Say what?! Another grammar ambiguity?
Now x && y could be a variable declaration or an expression, depending on what x and y are. Nice.

Posted in

Leave a Reply

Your email address will not be published. Required fields are marked *