Opened 13 years ago
Closed 12 years ago
#3237 closed Bugs (fixed)
Invalid headers in fusion documentation.
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | Boost 1.40.0 | Component: | fusion |
| Version: | Boost 1.39.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Fusion documentation for set and map contains invalid headers:
#include <boost/fusion/container/set_fwd.hpp> instead of #include <boost/fusion/container/set/set_fwd.hpp>
and
#include <boost/fusion/container/map_fwd.hpp> instead of #include <boost/fusion/container/map/map_fwd.hpp>
Note:
See TracTickets
for help on using tickets.

(In [62891]) Fix headers for set_fwd and map_fwd. Fixes #3237