#10652 closed Bugs (invalid)
[fusion] boost/fusion/iterator/iterator_adapter.hpp problem
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | fusion |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
boost/fusion/iterator/iterator_adapter.hpp will not compile unless the following headers are available before it is included:
boost/fusion/iterator/advance.hpp
boost/fusion/iterator/deref.hpp
boost/fusion/iterator/distance.hpp
boost/fusion/iterator/value_of.hpp
This could be overcome by including them within it.
Change History (5)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:4 by , 8 years ago
Isn't this a duplicate of #8457 as Kohei noted above? If so, one ticket will do.
Note:
See TracTickets
for help on using tickets.
I think this is dup of #8457 .