Eli M. (MVP)
BCC32, which is the classic C++Builder 32 bit compiler, includes the use of rvalue references, which allow creating a reference to temporaries. Also, rvalue references avoid unnecessary copying and make possible perfect forwarding functions. This…… … Read more
4 years ago in C++, c++11, cbuilder, Code, programming, rvalue0