Opened 14 years ago
Closed 14 years ago
#1987 closed Patches (fixed)
patch to make circular_buffer.hpp #includes absolute
Reported by: | Stjepan Rajko | Owned by: | Jan Gaspar |
---|---|---|---|
Milestone: | To Be Determined | Component: | circular_buffer |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The #includes in circular_buffer.hpp are currently relative. The attached patch makes them absolute. This makes a difference when running 'bcp', which understands e.g. #include <boost/circular_buffer_fwd.hpp> but not #include "circular_buffer_fwd.hpp". Unless there is a good reason to keep the includes relative, please change them to absolute includes. Thanks!
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | circular_buffer.hpp.patch added |
---|
comment:1 by , 14 years ago
Milestone: | Boost 1.35.1 → To Be Determined |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.