Opened 13 years ago

Closed 13 years ago

#3010 closed Bugs (fixed)

Missing include guard in boost/iostreams/device/mapped_file.hpp

Reported by: Bjørn Roald <bjorn@…> Owned by: Jonathan Turkanis
Milestone: To Be Determined Component: iostreams
Version: Boost Development Trunk Severity: Regression
Keywords: Cc:

Description

Seems like the trunk@46692 commit, 25 june 2008, removed the include guard in

boost/iostreams/device/mapped_file.hpp

This breaks gcc43 compilation of sources directly including this header.

Attachments (1)

boost_iostrems_missing_include_guard.patch (813 bytes ) - added by Bjørn Roald <bjorn@…> 13 years ago.

Download all attachments as: .zip

Change History (3)

by Bjørn Roald <bjorn@…>, 13 years ago

comment:1 by Daniel James, 13 years ago

(In [57606]) Add missing include guard. Refs #3010.

Thanks to Bjørn Roald and Richard Smith.

comment:2 by Daniel James, 13 years ago

Resolution: fixed
Status: newclosed

(In [58633]) Merge iostream fixes, mostly by Richard Smith.

Fixes #3612, #3311, #2094, #3010, #2894, #3011, #3352, #3505.

Note: See TracTickets for help on using tickets.