DEV Community

Discussion on: const rvalue references

Collapse
 
pgradot profile image
Pierre Gradot

Small typo here: "If we try to define rvalue references in contrast with lvaule references"

// rvr1 is rvalue reference --> do you mean rvrt?

Thanks for the article. I have almost no use cases of move semantics in my projects so const&& are still quite esoteric for me ^^

Collapse
 
sandordargo profile image
Sandor Dargo

Thanks a lot, Pierre! I just fixed it.

Indeed, I haven't seen it in our codebase either. At least, in standard library it is used :)