Chapter Contents

Previous

Next
646

646



ERROR: Template class was specialized after it was implicitly instantiated.


Explanation


Explanation

An explicit specialization of an instance of a template class or an explicit specialization of the member class template for the instance was provided after a use of the instance which would have caused it to be implicitly generated from its template. The explicit specialization should be moved before the first use of the specialized class that would cause the class to be implicitly instantiated.


Chapter Contents

Previous

Next

Top of Page

Copyright © 2004 by SAS Institute Inc., Cary, NC, USA. All rights reserved.