What’s the future of std::valarray look like?
std::valarray is included in C++11. It has not been deprecated or removed. It has been updated to include move operations std::valarray is defined in ยง26.6[numarray] of the C++11 language standard.
std::valarray is included in C++11. It has not been deprecated or removed. It has been updated to include move operations std::valarray is defined in ยง26.6[numarray] of the C++11 language standard.