Subject: Re: [Boost-users] fusion io problem
From: Olaf Peter (ope-devel_at_[hidden])
Date: 2013-05-05 12:59:46


> As is, this just infinitely recurses, as you observed. What do you want
> to do here? Call the Fusion-provided operator<<? Does explicitly
> qualifying work? E.g., fusion::operator<<(os, p).

oh, yes - the simplest solution: using the explicitly
qualifying fusion::operator<<(os, p) works!

Thanks,
Olaf