id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2608,"shared_ptr_132.hpp introduces ""using namespace boost"" when included",Chaker Nakhli (www.javageneration.com),Robert Ramey,"On VC8.0 SP1 the following code compiles correctly wheras it shouldn't: {{{ #include void main(int,char**) { //example 1 boost::shared_ptr sp1; //this is ok shared_ptr sp2; //this shouldn't compile! namespace 'boost' was used! //example 2 boost::array arr1; //this is ok array arr2; //this shouldn't compile! namespace 'boost' was used! } }}} Please note that the symbol ""array"" conflicts with C++ CLI cli::array. This prevents correct compilation in /clr mode. This ticket is related to ticket #1285.",Bugs,closed,,serialization,Boost 1.36.0,Problem,fixed,VC8 SP1,