I’m implementing C++ proposal N4166, “Movable initializer lists.” It defines a
class derived from initializer_list. What is the best way to initialize such an
object?
Currently, the construction of initializer_list objects is a bit odd. They are
not aggregates, because the fields are private, b
Hello,
I'm rewriting std::rotate in the C++ standard library: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41351
. The other contributors suggest I register as a contributor and check
in my changes, and in particular submit a copyright assignment form.
May I have that, and any other necessary