news: c++: move semantics

This commit is contained in:
Akim Demaille
2018-09-21 13:16:47 +02:00
parent a874011e37
commit 878dc0a172
2 changed files with 67 additions and 7 deletions

View File

@@ -10705,9 +10705,6 @@ therefore, since, as far as we know, @code{double} is the most demanding
type on all platforms, alignments are enforced for @code{double} whatever
types are actually used. This may waste space in some cases.
@item
Move semantics is not yet supported, but will soon be added.
@item
There might be portability issues we are not aware of.
@end itemize