Boost logo

Ublas :

From: Neal Becker (ndbecker2_at_[hidden])
Date: 2007-04-24 14:16:19


1 more note:

Since vector_container::resize now has these 2 sigs:

void resize (size_type size, bool preserve = true)
void resize (size_type size, value_type const& init, bool preserve=true)

I guess we should protect with enable_if against the possibility that
someone instantiates vector<bool>, which would then be ambiguous?