#9047 closed Bugs (fixed)
Boost files that include themselves
| Reported by: | Owned by: | Barend Gehrels | |
|---|---|---|---|
| Milestone: | Boost 1.55.0 | Component: | geometry |
| Version: | Boost 1.54.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
Unnecessarily:
file : "boost/fusion/container/set/detail/value_of_data_impl.hpp" line : #include <boost/fusion/container/set/detail/value_of_data_impl.hpp>
file : "boost/geometry/strategies/intersection.hpp" line : #include <boost/geometry/strategies/intersection.hpp>
Change History (4)
comment:1 by , 9 years ago
| Component: | None → geometry |
|---|---|
| Owner: | set to |
comment:2 by , 9 years ago
| Milestone: | To Be Determined → Boost 1.55.0 |
|---|---|
| Status: | new → assigned |
comment:3 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

(In [85552]) [geometry] Fixed ticket 9047 (recursive inclusion) and unit test for ticket 8652