Opened 15 years ago
Closed 12 years ago
#1533 closed Patches (fixed)
boost/function.hpp unneeded in transform_iterator.hpp
| Reported by: | 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)
Change History (2)
by , 15 years ago
| Attachment: | remove_boost_function.patch added |
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

remove
#include <boost/function.hpp>