Opened 13 years ago
Closed 13 years ago
#3010 closed Bugs (fixed)
Missing include guard in boost/iostreams/device/mapped_file.hpp
Reported by: | 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)
Change History (3)
by , 13 years ago
Attachment: | boost_iostrems_missing_include_guard.patch added |
---|
comment:1 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
(In [57606]) Add missing include guard. Refs #3010.
Thanks to Bjørn Roald and Richard Smith.