This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Fwd: Re: [Patch] Remove workaround for copy_backward
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Douglas Gregor <gregod at cs dot rpi dot edu>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: 27 Sep 2003 20:30:20 +0200
- Subject: Re: Fwd: Re: [Patch] Remove workaround for copy_backward
- Organization: Integrable Solutions
- References: <200309271403.52433.gregod@cs.rpi.edu>
Douglas Gregor <gregod@cs.rpi.edu> writes:
| Has anyone considered replacing the dispatching mechanism with one based on
| enable_if? That would eliminate the need for multiple levels of indirection
| (__copy, __copy_aux, __copy_aux2, etc.).
I never had the time to do a thourough auditing of the library; another
reason was that, I have no idea of exactly how far we can do in ABI
breaking...
-- Gaby