I need to accomplish a simple task, which seems to be forbidden in c++ language.
I have a simple std::vector a{1.,2.,3}and I want to do thi
std::vector a{1.,2.,3}