+ fixed clang++ issue
This commit is contained in:
parent
cf26db081a
commit
7bf6a35f5f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public:
|
||||||
{
|
{
|
||||||
return (pos->second)(file);
|
return (pos->second)(file);
|
||||||
}
|
}
|
||||||
return on_unknown_type(key);
|
return factory_error_policy<key_type,product_type>::on_unknown_type(key);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue