Ticket #1529: deque_iterator.hpp.patch

File deque_iterator.hpp.patch, 496 bytes (added by Stjepan Rajko, 13 years ago)

patch addressing the issue

  • boost/fusion/container/deque/deque_iterator.hpp

     
    1212#include <boost/fusion/container/deque/detail/keyed_element.hpp>
    1313#include <boost/mpl/minus.hpp>
    1414#include <boost/mpl/equal_to.hpp>
     15#include <boost/type_traits/is_const.hpp>
    1516
    1617namespace boost { namespace fusion {
    1718