allow the possibility to automatically call or not the ctors on a per scalar type basis, and disable automatic initialization of std::complex<>

This commit is contained in:
Gael Guennebaud
2011-01-26 17:56:49 +01:00
parent 4783748953
commit 1eb85b4cf1
4 changed files with 45 additions and 15 deletions

View File

@@ -80,6 +80,7 @@ int main()
IsInteger = 0,
IsSigned = 1,
IsComplex = 0,
RequireInitialization = 1,
ReadCost = 10,
AddCost = 10,
MulCost = 40