Re: Fwd: Fix std::pair std::is_copy_assignable behavior

2013-04-13 Thread Paolo Carlini
On 04/13/2013 09:21 PM, François Dumont wrote: Does DR 1402 resolution generalization need a Standard committee validation first ? In my opinion, it's much more clear to send the C++ front-end patch *separately* together with a simple C++-only (no library) testcase. I would also CC Jason. Pao

Fwd: Fix std::pair std::is_copy_assignable behavior

2013-04-13 Thread François Dumont
Hider Here is a patch already posted to libstdc++ mailing but I am resending following libstdc++ maintainers advises to add gcc-patches mailing list. This patch proposal is to fix the behavior of std::pair regarding the std::is_*_assignable meta programming functions. As annou