id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6258,seed_rng.hpp has errors in clang++ 3.0 c++11 (Fix included),calfeld@…,Andy Tompkins,"At line 142 (sha_random_digest_()), rn is n array of unsigned ints with an initializer list of ints. This is an error in clang 3.0 with c++11 turned. It is easily fixed. Replace the line with: unsigned int rn[] = { static_cast(std::rand()), static_cast(std::rand()), static_cast(std::rand()) }; ",Bugs,closed,To Be Determined,uuid,Boost 1.48.0,Problem,fixed,,