This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++ PATH] tr1::bind support
- From: Florian Weimer <fw at deneb dot enyo dot de>
- To: Chris Jefferson <caj at cs dot york dot ac dot uk>
- Cc: Douglas Gregor <doug dot gregor at gmail dot com>, libstdc++ <libstdc++ at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 22 Mar 2005 17:20:04 +0100
- Subject: Re: [libstdc++ PATH] tr1::bind support
- References: <200503201556.53335.doug.gregor@gmail.com><423F5F03.1080002@cs.york.ac.uk>
* Chris Jefferson:
> Can I just query how long other people are finding programs take to
> compile with tr1::bind?
Maybe it's necessary to implement bind (and tuple) directly in the
compiler, using more efficient data structures, instead of template
metaprogramming?