Opened 15 years ago

Closed 12 years ago

#1533 closed Patches (fixed)

boost/function.hpp unneeded in transform_iterator.hpp

Reported by: Shunsuke Sogame <pstade.mb@…> Owned by: Dave Abrahams
Milestone: Boost 1.36.0 Component: iterator
Version: Boost Development Trunk Severity: Optimization
Keywords: transform_iterator Cc:

Description

transform_iterator.hpp includes <boost/function.hpp>, which seems unneeded. A patch attached.

Attachments (1)

remove_boost_function.patch (465 bytes ) - added by Shunsuke Sogame <pstade.mb@…> 15 years ago.
remove #include <boost/function.hpp>

Download all attachments as: .zip

Change History (2)

by Shunsuke Sogame <pstade.mb@…>, 15 years ago

Attachment: remove_boost_function.patch added

remove #include <boost/function.hpp>

comment:1 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

(In [62593]) Removed unneeded #include; fixes #1533

Note: See TracTickets for help on using tickets.