Opened 15 years ago

Closed 13 years ago

#1529 closed Patches (fixed)

Missing include statement

Reported by: jensseidel@… Owned by: Joel de Guzman
Milestone: Boost 1.36.0 Component: fusion
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

In fusion/container/deque/deque_iterator.hpp is a #include <boost/type_traits/is_const.hpp> missing. Please add it.

Attachments (1)

deque_iterator.hpp.patch (496 bytes ) - added by Stjepan Rajko 13 years ago.
patch addressing the issue

Download all attachments as: .zip

Change History (3)

by Stjepan Rajko, 13 years ago

Attachment: deque_iterator.hpp.patch added

patch addressing the issue

comment:1 by Stjepan Rajko, 13 years ago

[Bug Sprint]

Confirmed - the file is missing the is_const include, and

#include <boost/fusion/container/deque/deque_iterator.hpp>

fails with

.../boost/fusion/container/deque/deque_iterator.hpp:45: error: 'is_const' was not declared in this scope

Patch attached.

comment:2 by Joel de Guzman, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.