C++2019
Both standards are :
: It introduced the v142 toolset, which maintained binary compatibility with the older v140 (2015) and v141 (2017) toolsets. c++2019
for (int f : fibonacci() | rv::take(10)) std::cout << f << ' '; Both standards are : : It introduced the