Project

General

Profile

Feature #357

Updated by Anna Maria Bigatti over 7 years ago

Writing vectors in C++ is very tedious (is there something in C++11?)
It would be handy to have a vector constructor with 0 to 4 elements (especially for RingElem), something like @VectorCtor(a,b,c)@, returning a @std::vector<RingElem>@ containing a,b,c.

*final*: called @CoCoAVector(a,b,c,d)@

Back