j
k
j a
j l
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?
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
Back to the thread
Back to the list