|
|
|
|
|
|
|
|
|
|
results.hpp:19:15: error: explicit specialization in non-namespace scope ‘class GLOBAL::Results’ results.hpp:20:66: error: template-id ‘Set<GLOBAL::Real>’ in declaration of primary template |
David Rodriguez wrote: |
---|
...the standard states that specializations must be defined at namespace level in all cases. 14.7.3p2 An explicit specialization shall be declared in a namespace enclosing the specialized template. |