$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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