$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2008-06-11 12:18:29
Paul S. Strauss <pss <at> acm.org> writes:
> > Your operator<< cannot be found by ADL. There are a couple of ways
> > around this.
> > * you can put operator<< in namespace std. (Technically illegal)
> > * you can declare it before including any Boost.Test headers.
>
> Thanks for the advice. FYI: Adding it to namespace std worked,
> but yuck. Moving it before the Test headers did not.
Unfortunately there is no way around it. The only other thing is to disable
type_info output completely
Gennadiy