Opened 12 years ago

Closed 8 years ago

#5324 closed Bugs (fixed)

tuple document is broken

Reported by: Akira Takahashi <faithandbrave@…> Owned by: Joel de Guzman
Milestone: To Be Determined Component: fusion
Version: Boost 1.46.0 Severity: Problem
Keywords: Cc:

Description

http://www.boost.org/doc/libs/1_46_1/libs/fusion/doc/html/fusion/tuple/class_template_tuple.html

Header part is broken:

/tuple.hpp>

Should be

Header

#include <boost/fusion/tuple.hpp>

#include <boost/fusion/tuple/tuple.hpp>
#include <boost/fusion/include/tuple.hpp>

#include <boost/fusion/tuple/tuple_fwd.hpp>
#include <boost/fusion/include/tuple_fwd.hpp>

Change History (1)

comment:1 by Joel de Guzman, 8 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.