This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] : Fix operator+ in random_access_iterator_wrapper
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Chris Jefferson <caj at cs dot york dot ac dot uk>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 25 Apr 2005 00:44:36 +0200
- Subject: Re: [patch] : Fix operator+ in random_access_iterator_wrapper
- References: <4263ADDB0000CD71@mail-3.tiscali.it> <4268C312.3030808@cs.york.ac.uk>
Chris Jefferson wrote:
>Just as a brief heads-up (I meant to attach this to my previous mail).
>Even after these two patches are applied, there is still one testsuite
>failure with concept checks turned on (25_algorithms/unique/moveable.cc).
>
>This failure is present because one of the testsuite structs
>purposefully fails the concept checks (it only provides moveable copy
>and assignmen, not true copy and assignment). I haven't decided the
>neatest way of fixing this yet, but there is not "actual problem", just
>a testsuite problem.
>
>
Ok, I see. In any case, this issue is definitely less urgent, because
I'm not going to port to mainline the simulated move semantics tests ;)
Paolo.