|
Ublas : |
From: Gunter Winkler (guwi17_at_[hidden])
Date: 2005-08-18 07:49:50
Hello,
last night I got another idea. Can we give a partial specialization of
the unbounded_array constructor for std::complex?
template<class ALLOC>
unbounded_array< std::complex<double>, std::allocator<
std::complex<double> >
unbounded_array(size_type size, ALLOC A) {
... skip the call of new ? ...
}
mfg
Gunter