std::complex in Glas
All built-in types can be used as value-type in Glas. Since std::complex
is also a common numeric value-type, all Glas algorithms are able to handle
std::complex as value-type out-of-the-box if the preprocessing-token
GLAS_COMPLEX is defined.