$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-05-24 10:37:53
Thorsten Ottosen wrote:
>> Well, one thing I am a little worried about is that
>> 'boost::iterator_range' doesn't work with 'boost::is_convertible'.
>
> Could you explain please?
is_convertible< int, iterator_range<char *> > returns "true".
-- Shunsuke Sogame