Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

explicit specialization is not allowed in the current scope

807575Jul 17 2006 — edited Jul 19 2006
When 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();
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 16 2006
Added on Jul 17 2006
10 comments
6,618 views