j
k
j a
j l
AMDG Max wrote:
replace Type<bool>::pValue a; with typename Type<bool>::pValue a;
replace
Type<bool>::pValue a;
with
typename Type<bool>::pValue a;
typename is illegal outside of templates. In Christ, Steven Watanabe
Back to the thread
Back to the list