$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [config] std::shuffle support
From: Edward Diener (eldiener_at_[hidden])
Date: 2016-11-06 21:46:27
Does Boost config currently have a macro to determine whether the c++11
std::shuffle algorithm is supported for a particular compiler ? If not
supporting /std:c++latest by changing std::random_shuffle to
std::shuffle will not be possible for c++03 libraries.