http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52591
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jwakely.gcc at gmail dot | |com --- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-14 22:43:45 UTC --- Jon, can you have a look? I suspect it's just matter of telling apart cases in the move-assignment operator at compile time with templates instead of a normal conditional.