[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
struct Foo { Foo() : i(5) {} const int i;};void main (){ Foo a; Foo b = a;}