$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2003-02-13 03:58:05
Daniel Frey wrote:
> On Wed, 12 Feb 2003 18:37:51 +0100, Markus Schöpflin wrote:
>
>> Attached is a small patch for function_base.hpp. On line 302,
>> there is a T missing.
>
> Just a stupid question: Why is it "missing"? What is this patch
> supposed to fix?
This was the original source:
template<bool, typename> struct enable_if;
-----------------------^
Visual Age doesn't like this, it needs a name here.
Marus