I have added a simple work-around for the std::discrete_distribution constructor taking begin/end iterators that is missing from MSVC++ 12.0, so that dkm.hpp now compiles in Visual Studio 2013.
For later versions of VS/VC and other compilers the existing code path remains to be used, which works just fine.
Hi Nick,
I have added a simple work-around for the
std::discrete_distribution
constructor taking begin/end iterators that is missing from MSVC++ 12.0, so thatdkm.hpp
now compiles in Visual Studio 2013.For later versions of VS/VC and other compilers the existing code path remains to be used, which works just fine.
Thanks and keep up the great work, Steve