problem in using bind2nd in gcc 3.0.4

Benjamin Kosnik bkoz@redhat.com
Mon Jan 27 18:07:00 GMT 2003


It looks like DR 109 is causing your problem...

stl_function.h:405

#ifdef _GLIBCPP_RESOLVE_LIB_DEFECTS
  //109.  Missing binders for non-const sequence elements
  typename _Operation::result_type
  operator()(typename _Operation::first_argument_type& __x) const {
    return op(__x, value); 
  }
#endif

-benjamin



More information about the Libstdc++ mailing list