$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn-mycop_at_[hidden])
Date: 2004-05-04 16:18:24
Another bug sits in section 3.4, Compiler workarounds.
This line contrudicts with dummy<0> and dummy<1> on next lines:
template <class T> struct dummy { dummy(int) {} };
and should be replated with
template <int> struct dummy { dummy(int) {} };
-- Alexander Nasonov Independent Developer and Consultant