Opened 13 years ago

Closed 12 years ago

#3237 closed Bugs (fixed)

Invalid headers in fusion documentation.

Reported by: juraj.ivancic@… 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>

Change History (1)

comment:1 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.