cwahn/efp

Limitation of maximum number on Sequence initializer parameters

Closed this issue · 1 comments

Sequence type generate compile error when initial parameters exeed about 700.
Vector seq{1.0, 2.0, 3.0, ..., 800.0};

Now all sequence types of EFP support the std::initializer_list constructor.
I am closing the issue :)