id summary reporter owner description type status milestone component version severity resolution keywords cc 11693 Error when using with MinGW Nikolay Pogorskiy Andy Tompkins "When using boost/uuid/seed_rng.hpp with boost 1.59.0 I am getting the following error c:/Development/Libraries/boost/boost_1_59_0/mingw491_x86_Cpp11/include/boost/uuid/seed_rng.hpp:240:20: error: 'winapi' in namespace 'boost::detail' does not name a type boost::detail::winapi::HCRYPTPROV_ random_; Perhaps the problem is in line 40 #if defined(_MSC_VER) (file seed_rng.hpp) instead of #if defined(BOOST_WINDOWS) " Bugs closed Boost 1.60.0 uuid Boost 1.59.0 Problem fixed