diff --git a/doc/README.modern_cpp.md b/doc/README.modern_cpp.md index 8f9e203b4d..6c0a13c0b5 100644 --- a/doc/README.modern_cpp.md +++ b/doc/README.modern_cpp.md @@ -18,4 +18,5 @@ Only ones mentioned in this document could be used, but as necessities appears, - [static_assert](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1720.html) - [polymorphic function wrappers](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1402.html) - [function object binders](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1455.htm) -- [function template mem_fn](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1432.htm) \ No newline at end of file +- [function template mem_fn](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1432.htm) +- [rvalue references](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2027.html)