Boost logo

Boost :

From: Daniel Wallin (dalwan01_at_[hidden])
Date: 2004-01-26 16:59:55


Howard Hinnant wrote:
> <snip>
>
> And I submit that:
>
> S<T[], my_deleter>
>
> is more elegant syntax than:
>
> S_array<T, my_deleter>

FWIW, I'm not sure it's a good idea to design the interface around
partial specialization. std::vector<> replaces almost every possible
need for array allocation, so does this use case really need to be less
verbose? Is it worth dropping support for older compilers?

-- 
Daniel Wallin

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk