Opened 15 years ago
Closed 13 years ago
#1529 closed Patches (fixed)
Missing include statement
Reported by: | 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)
Change History (3)
by , 13 years ago
Attachment: | deque_iterator.hpp.patch added |
---|
comment:1 by , 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 , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch addressing the issue