j
k
j a
j l
On 27/02/2011 16:29, Mathieu - wrote:
The mpl code does an unqualified call to for_each here : void for_each(F f, Sequence* = 0) { for_each<Sequence, identity<> >(f); // this is line 111 }
The mpl code does an unqualified call to for_each here :
void for_each(F f, Sequence* = 0) { for_each<Sequence, identity<> >(f); // this is line 111 }
Bug is in MPL then.
Back to the thread
Back to the list