------- Comment #2 from pcarlini at suse dot de  2006-10-19 13:10 -------
This is a well knows issue with the current standard binders, see, for example:

  http://gcc.gnu.org/ml/libstdc++/2000-06/msg00210.html

It is possible to extend the implementation, but the real way to go is moving
to the new generalized bind facility, which will be in C++0x and we are already
providing as part of our tr1 delivery. It would be (modulo tr1 namespace
decorations...):

  bind(std::ptr_fun( print ), _1, str)


-- 

pcarlini at suse dot de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29515

Reply via email to