Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net