$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (tottosen_at_[hidden])
Date: 2006-02-04 20:01:12
Shunsuke Sogame wrote:
> Thorsten Ottosen wrote:
>
>>>>Can you elaborate on what exactly you would like to see?
>>>Moreover, the different version of ATL has different template parameters.
>>
>>
>>if ATL actually uses a namespace, you could add a unconstrained overload
>>of range_begin/range_end.
>
>
> ATL/WTL has also many containers that can conform to Boost.Range.
> I request tag-dispatching!
How will a different mechanism save you from provding specializations
of alle the types you want to support?
-Thorsten