Boost logo

Ublas :

Subject: Re: [ublas] enable complex @ int
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2009-09-29 18:22:39


Am Tuesday 29 September 2009 schrieb Neal Becker:
> There is one problem with that more generic version, if you use
> std::complex<int> you will get a conflict:

Maybe this can be solved using enable_if in the return type. But, is
std::complex<int> of any use? I'd put these overloads in a separate
header and leave the decision whether it is included to the developer.

What do you think?