
5 May
2013
5 May
'13
4:59 p.m.
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