std::pair copy and move constructor

2013-02-15 Thread François Dumont
Hi I had a problem with the result of std::is_copy_assignablestd::pairconst int, int::type which used to be true_type. So here is a patch to fix that. 2013-02-15 François Dumont fdum...@gcc.gnu.org * include/bits/stl_pair.h (pair): Use default implementation for copy and move

Re: std::pair copy and move constructor

2013-02-15 Thread Daniel Krügler
2013/2/15 François Dumont frs.dum...@gmail.com: Hi I had a problem with the result of std::is_copy_assignablestd::pairconst int, int::type which used to be true_type. So here is a patch to fix that. This patch would break with the requirements of the library. In particular it would