Просмотр исходного кода
Fix all but one of the Boost.Assign errors for CW-8.3:
* ptr_sequence_adapter.hpp; CW8 doesn't resolve the non-const to const of the get_const_pointer deduced tempalte args. Fix by not having the const be required.
* reversible_ptr_container.hpp: Add missing include to provide range_result_iterator declaration.
[SVN r28706]