+ fixed clang++ issue

This commit is contained in:
Artem Pavlenko 2010-06-18 15:39:40 +00:00
parent cf26db081a
commit 7bf6a35f5f

View file

@ -84,7 +84,7 @@ public:
{
return (pos->second)(file);
}
return on_unknown_type(key);
return factory_error_policy<key_type,product_type>::on_unknown_type(key);
}
};
}