Topic: Implicitly generated move operations in C++0x?
Author: Scott Meyers <NeverRead@aristeia.com>
Date: Fri, 19 Mar 2010 14:29:27 CST Raw View
I've read reports on last week's standardization meeting from Herb Sutter
and Michael Wong, but I have not seen any discussion of whether the FCD
includes support for compiler-generated move operations (e.g., as proposed
in N3044). Can somebody please post on what, if any, action was taken on
this topic?
Thanks,
Scott
--
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use
mailto:std-c++@netlab.cs.rpi.edu<std-c%2B%2B@netlab.cs.rpi.edu>
]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: =?ISO-8859-1?Q?Daniel_Kr=FCgler?= <daniel.kruegler@googlemail.com>
Date: Fri, 19 Mar 2010 18:09:08 CST Raw View
On 19 Mrz., 21:29, Scott Meyers <NeverR...@aristeia.com> wrote:
> I've read reports on last week's standardization meeting from Herb Sutter
> and Michael Wong, but I have not seen any discussion of whether the FCD
> includes support for compiler-generated move operations (e.g., as proposed
> in N3044). Can somebody please post on what, if any, action was taken on
> this topic?
Yes, during the Pittsburgh meeting it was decided to
define the two new special member function types
move constructors and move assignment operators.
The details can be read in the updated version of the
paper N3044 (which is N3053) and should be available
in the next future on
http://www.open-std.org/jtc1/sc22/wg21/
Due to the acceptance of this paper this also means
that they are contained in the upcoming working draft.
HTH & Greetings from Bremen,
Daniel Kr gler
--
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]
Author: Herb Sutter <herb.sutter@gmail.com>
Date: Fri, 19 Mar 2010 18:08:47 CST Raw View
On Fri, 19 Mar 2010 14:29:27 CST, Scott Meyers
<NeverRead@aristeia.com> wrote:
>I've read reports on last week's standardization meeting from Herb Sutter
>and Michael Wong, but I have not seen any discussion of whether the FCD
>includes support for compiler-generated move operations (e.g., as proposed
>in N3044). Can somebody please post on what, if any, action was taken on
>this topic?
It was approved as paper N3053, which revises N3044. N3053 will be
available on the public papers page when the post-meeting mailing is
posted, watch this space:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2010/
Herb
---
Herb Sutter (herbsutter.wordpress.com) (www.gotw.ca)
Convener, ISO/IEC JTC1/SC22/WG21 (C++) (www.gotw.ca/iso)
Architect, Microsoft Visual C++ (www.gotw.ca/microsoft)
--
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@netlab.cs.rpi.edu]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.comeaucomputing.com/csc/faq.html ]