#4729 closed Bugs (fixed)
[fusion] remove out of date (make_)unfused_generic.hpp headers
Reported by: | Eric Niebler | Owned by: | Joel de Guzman |
---|---|---|---|
Milestone: | Boost 1.46.0 | Component: | fusion |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
In boost/fusion/include
there are two files unfused_generic.hpp
and make_unfused_generic.hpp
that attempt to #include
correspondingly named files that do not exist. They should be removed. There may be other out-of-date redirect headers that also need to be removed, not sure.
Change History (2)
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Milestone: | Boost-1.45.0 → Boost-1.46.0 |
---|
Note:
See TracTickets
for help on using tickets.
(In [65974]) Fusion: functional includes fixes; fixes #4729