This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Can't create list members if base type doesn't copy-construct?
2009/7/28 Jonathan Wakely:
> 2009/7/28 John Gilmore:
>
>> (yes, this is a Microsoft manual. ?Of course I wasn't reading the &%*@
>> proprietary C++ standards document that isn't available online -- and
>> of course I wasn't using the nonexistent GNU libstdc++
>> user's-as-opposed-to-hacker's manual -- so I was scraping by with
>> whatever random C++ standard library documentation exists on the Web.
>> Microsoft's happened to be one of the ones I found.)
P.S. see http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00986.html
which says "All contained types must be Assignable and
CopyConstructible."
Jonathan