id summary reporter owner description type status milestone component version severity resolution keywords cc 3719 shadowed member warning in random library nathan.brewton@… Steven Watanabe "When including boost/random/additive_combine.hpp a warning is issued with compiling with gcc and -Wshadow: In file included from //mathworks/hub/3rdparty/R2010b/147024/glnxa64/boost/include/boost/random.hpp:37, from test/test.cpp:16: //mathworks/hub/3rdparty/R2010b/147024/glnxa64/boost/include/boost/random/additive_combine.hpp: In constructor 'boost::random::additive_combine::additive_combine(typename MLCG1::result_type)': //mathworks/hub/3rdparty/R2010b/147024/glnxa64/boost/include/boost/random/additive_combine.hpp:58: warning: declaration of 'seed' shadows a member of 'this' //mathworks/hub/3rdparty/R2010b/147024/glnxa64/boost/include/boost/random/additive_combine.hpp: In member function 'void boost::random::additive_combine::seed(typename MLCG1::result_type)': //mathworks/hub/3rdparty/R2010b/147024/glnxa64/boost/include/boost/random/additive_combine.hpp:69: warning: declaration of 'seed' shadows a member of 'this' " Bugs closed Boost 1.42.0 random Boost 1.40.0 Problem fixed warnings