------- Comment #8 from jason at gcc dot gnu dot org 2008-09-18 17:01 ------- (In reply to comment #7) > Lawrence's suggestion won't work because the copy constructor is deleted.
It seems I was wrong about this: the wording that went into the standard doesn't require the copy for copy-list-initialization. Guess I need to fix the compiler. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35782