--- trunk/OOPSE-3.0/src/selection/SelectionEvaluator.cpp 2005/02/15 17:35:30 2033 +++ trunk/OOPSE-3.0/src/selection/SelectionEvaluator.cpp 2005/02/15 17:49:58 2034 @@ -319,7 +319,7 @@ void SelectionEvaluator::predefine(const std::string& int tok = statement[1].tok; if (tok == Token::identifier || (tok & Token::predefinedset) == Token::predefinedset) { std::string variable = boost::any_cast(statement[1].value); - variables.insert(std::make_pair(variable, statement)); + variables.insert(VariablesType::value_type(variable, statement)); } else { evalError("invalid variable name:" + script);