19 Mar
2009
19 Mar
'09
9:49 p.m.
AMDG Nevin ":-]" Liber wrote:
typedef mpl::vector_c
vc; typedef mpl::set< mpl::integral_c , mpl::integral_c > si; typedef mpl::set_c sc; int main() { mpl::for_each<vc>(p()); mpl::for_each<si>(p()); mpl::for_each<sc>(p()); // line does not compile }
It's definitely a bug since this simplified code fails
with the same error. I've attached a patch against
the trunk.
#include