A new blog post at Meeting C++, this time its about std::random_shuffle and C++14:
std::random_shuffle is deprecated in C++14
by Jens Weller
From the article:
So, one of the new things in C++14 is, that the committee has actually started to deprecate (and later remove) a few things from the standard. One of them is a rather awkward function: random_shuffle.
Add a Comment
Comments are closed.