8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Added "rvalue references" to list of allowed features.

This commit is contained in:
Adriano dos Santos Fernandes 2016-09-05 08:00:35 -03:00
parent a23cfb090d
commit bf3a840898

View File

@ -19,3 +19,4 @@ Only ones mentioned in this document could be used, but as necessities appears,
- [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)
- [rvalue references](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2027.html)