$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: rwgk_at_[hidden]
Date: 2001-05-23 17:26:14
--- In boost_at_y..., Jens Maurer <Jens.Maurer_at_g...> wrote:
> I've been able to reduce the problem with Comeau C++ to this
> test program:
> 
> namespace N {
>   struct A { };
>   struct X {
>     friend void f(A) { }
>   };
> }
> 
> int main()
> {
>   N::A a;
>   f(a);
> }
This example is really helpful. It also does not compile
with the latest version 6.3 Compaq compiler (EDG version 2.43)
using -std strict_ansi. It works, however, with -std ansi.
> I'm going to send a bug report.
Me too.
Thanks!
        Ralf