El 04/09/2011 23:08, Szymon Gatner escribió:
2011/9/4 Ion Gaztañaga
: El 04/09/2011 12:12, Szymon Gatner escribió:
Hi,
snipped below gives this error in VS 2008 SP1:
Error 1 error C2664: 'void boost::container::vector<T>::priv_range_insert<InIt>(Object **,FwdIt,FwdIt,std::forward_iterator_tag)' : cannot convert parameter 4 from 'boost::detail::iterator_category_with_traversal
' to 'std::forward_iterator_tag' c:\devel\boost_1_47_0\boost\container\vector.hpp 1908 copy_range AFAIK, Boost.Range does not support Boost.Container.
It is not something that Boost.Range should support explicitly imho as there is no problem with exact same code with std::vector instead of boost::container::vector.
Ok, I'll try to check what's wrong with Boost.Container. Thanks for the report Ion