operator!= for nested types
This commit is contained in:
5
vec.cc
5
vec.cc
@@ -969,10 +969,15 @@ return m;\
|
||||
|
||||
|
||||
INSTANTIZE_NONCOMPLEX(char)
|
||||
INSTANTIZE_NONCOMPLEX(unsigned char)
|
||||
INSTANTIZE_NONCOMPLEX(short)
|
||||
INSTANTIZE_NONCOMPLEX(unsigned short)
|
||||
INSTANTIZE_NONCOMPLEX(int)
|
||||
INSTANTIZE_NONCOMPLEX(unsigned int)
|
||||
INSTANTIZE_NONCOMPLEX(long)
|
||||
INSTANTIZE_NONCOMPLEX(unsigned long)
|
||||
INSTANTIZE_NONCOMPLEX(long long)
|
||||
INSTANTIZE_NONCOMPLEX(unsigned long long)
|
||||
INSTANTIZE_NONCOMPLEX(float)
|
||||
INSTANTIZE_NONCOMPLEX(double)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user