id summary reporter owner description type status milestone component version severity resolution keywords cc 314 spirit insert_key_actor.hpp sandford Joel de Guzman "{{{ Compile error in: insert_key_actor.hpp with MSVC 7.1 Here's the code change that allows it to compile and seems logical. Still testing for full functionality and just starting to use boost. // key_type key(first_,last_); // value_type key_value(key, value_); // ref_.insert( key_value ); ref_.insert( value_ ); Also noticed a flaw in the demo code for inserting into a map, as the key data type is defined as const in map<,>::value_type and thus can not be assigned to. Specific errors are c2078, c2440, c2664. }}}" Bugs closed spirit None Problem wontfix