id summary reporter owner description type status milestone component version severity resolution keywords cc 6920 interprocess::string error under vs2005 lv.jcfly@… Ion Gaztañaga " {{{ #include struct Test { boost::interprocess::string s; }; int main() { { Test const test; Test test2 = test; // ok test2 = test; // error C2679 } { boost::interprocess::string const test; // ok boost::interprocess::string test2 = test; // ok test2 = test; // ok } return 0; } }}} " Bugs closed To Be Determined interprocess Boost 1.49.0 Problem wontfix interprocess string