This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [libstdc++ PATH] tr1::bind support
Paolo Carlini <pcarlini@suse.de> writes:
| Florian Weimer wrote:
|
| >Maybe it's necessary to implement bind (and tuple) directly in the
| >compiler, using more efficient data structures, instead of template
| >metaprogramming?
| >
| __builtin_bind? Cool! ;) ;)
|
| Seriously, Florian, let's concentrate on something more realistic, for now.
Depends on your definition of "realistic" :-/
But, yes I guess there are some lessons to be learnt from this stuff.
-- Gaby