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)

circular_buffer.hpp.patch (1008 bytes ) - added by Stjepan Rajko 14 years ago.

Download all attachments as: .zip

Change History (2)

by Stjepan Rajko, 14 years ago

Attachment: circular_buffer.hpp.patch added

comment:1 by Jan Gaspar, 14 years ago

Milestone: Boost 1.35.1To Be Determined
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.