This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Forward declaring standard library classes
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Theodore Papadopoulo <Theodore dot Papadopoulo at sophia dot inria dot fr>
- Cc: Chris Jefferson <caj at cs dot york dot ac dot uk>, libstdc++ at gcc dot gnu dot org
- Date: Fri, 19 Nov 2004 13:02:43 +0100
- Subject: Re: Forward declaring standard library classes
- References: <200411190950.iAJ9okBp002253@mururoa.inria.fr>
Theodore Papadopoulo wrote:
In each container add a :
typedef {true_type,false_type} swappable;
People, while working on such (very interesting!) ideas, are you
aware of the closely related proposal from Dhruv? I think this
is the latest version:
http://gcc.gnu.org/ml/libstdc++/2004-07/msg00076.html
Paolo.
P.S. ... but I sincerely hope that you can work out something
simpler, as a start... ;)