Re: [boost] Patch for function/function_base.hpp

2003-02-12 Thread Douglas Gregor
On Wednesday 12 February 2003 12:37 pm, Markus Schöpflin wrote:
> Attached is a small patch for function_base.hpp. On line 302, there is
> a T missing.
>
> Markus

Thanks. Applied.

Doug
___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost



[boost] Patch for function/function_base.hpp

2003-02-12 Thread Markus Schöpflin
Attached is a small patch for function_base.hpp. On line 302, there is 
a T missing.

Markus
Index: function_base.hpp
===
RCS file: /cvsroot/boost/boost/boost/function/function_base.hpp,v
retrieving revision 1.57
diff -c -r1.57 function_base.hpp
*** function_base.hpp   7 Feb 2003 14:03:35 -   1.57
--- function_base.hpp   12 Feb 2003 17:21:27 -
***
*** 299,305 
  #  if BOOST_WORKAROUND(__HP_aCC, <= 33900)
  template struct enable_if;
  #  else
! template struct enable_if;
  #  endif
  
  template struct enable_if  { typedef T type; };
--- 299,305 
  #  if BOOST_WORKAROUND(__HP_aCC, <= 33900)
  template struct enable_if;
  #  else
! template struct enable_if;
  #  endif
  
  template struct enable_if  { typedef T type; };

___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost