Hi,
As a consequence of the move to C++17 I'm running into this problem.
--WjW
I'm getting this error:
/home/jenkins/workspace/ceph-master/src/osd/ReplicatedBackend.cc:1369:8:
error: no member named 'random_shuffle' in namespace 'std'
std::random_shuffle(shuffle.begin(), shuffle.end());
~~~~~^
1 error generated.
And the includefile tells me:
template <class RandomAccessIterator>
void
random_shuffle(RandomAccessIterator first, RandomAccessIterator
last); // deprecated in C++14, removed in C++17
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html