$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-04-19 23:34:42
on 4/19/00 10:11 AM, Gary Powell at Gary.Powell_at_[hidden] wrote:
> Hi,
> I have placed a copy of the "views" library in the vault.
Great!
> While the
> namespace was changed to "boost" gcc 2.95.2 has a compile bug that
> causes it to crash if you use namespaces and this library. (It has to
> do with a conflict with friend member template operators
There is a known workaround for this.. The idea is to find a way to put the
friend declarations into the global namespace. See operators.hpp for
examples.
-Dave