Opened 15 years ago
Closed 14 years ago
#1568 closed Bugs (fixed)
duplicate include guards
Reported by: | Steven Watanabe | Owned by: | Aleksey Gurtovoy |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | mpl |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | fixed-in-trunk | Cc: |
Description
The following pairs of files have identical include guards:
boost/mpl/min_max.hpp and boost/mpl/max.hpp boost/mpl/vector/aux_/front.hpp and boost/mpl/list/aux_/front.hpp
Change History (2)
comment:1 by , 14 years ago
Keywords: | fixed-in-trunk added |
---|---|
Status: | new → assigned |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged to the release branch in changeset:47650
Note:
See TracTickets
for help on using tickets.
Fixed in the trunk (changeset:46570), to be integrated in the release branch.