
18 Jan
2013
18 Jan
'13
9:38 p.m.
On 17/01/13 16:57, Thomas Heller wrote:
Looks like a ADL problem. The error essentially comes from this line here: for (; __first != __last; ++__first) ---------------------^^ gcc seems to erronously try to call operator!= from the namespace boost::proto::exprns_. And then, somehow, what should be a SFINAE error turns into a hard error. The quick fix here is to not include
I have no clue yet how to permanently fix this.
Surely the domain grammar should prevent this from happening.