SCALAR traits for bool

This commit is contained in:
Jiri Pittner 2023-01-31 15:48:43 +01:00
parent 52ecfd36f6
commit 01ee3b3520
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ class isscalar<std::complex<std::complex<X> > > {public: typedef scalar_true sca
//declare what is scalar
SCALAR(bool)
SCALAR(char)
SCALAR(short)
SCALAR(int)