W8076 Template instance 'specifier' is already instantiated (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

You are trying to explicitly instantiate a template that was already implicitly instantiated.

If -A is not enabled and an attempt is made to explicitly instantiate a specialization which has already been either implicitly or explicitly instantiated, this error will result.