explicit specialization is not allowed in the current scope
807575Jul 17 2006 — edited Jul 19 2006When I tried to compile the following code, I am getting the following error. Please let me know how to go ahead with this....
Error: explicit specialization is not allowed in the current scope
template<>
bool insertTerm<std::string>(dm_Types::OperType oper,
const std::string& value) throw();