Opened 14 years ago

Closed 14 years ago

#2705 closed Bugs (fixed)

fusion/include/remove.hpp includes wrong header

Reported by: John Bytheway <jbytheway@…> Owned by: Joel de Guzman
Milestone: Boost 1.38.0 Component: fusion
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

fusion/include/remove.hpp is a verbatim copy of fusion/include/remove_if.hpp; as such it includes <boost/fusion/algorithm/transformation/remove_if.hpp> where it should include <boost/fusion/algorithm/transformation/remove.hpp>. It also has the wrong include guard.

Change History (1)

comment:1 by Joel de Guzman, 14 years ago

Resolution: fixed
Status: newclosed

fixed in trunk. thanks!

Note: See TracTickets for help on using tickets.