
15 Sep
2006
15 Sep
'06
4:32 p.m.
struct resize_vector_bool
Should'nt that be
struct resize_vector_bool : public std::binary_function
?
Thanks Hendrik, it solved the problem though I had to define template
parameters. This is the final working version:
template