Opened 10 years ago
Closed 10 years ago
#8456 closed Bugs (fixed)
weird include guard in <boost/fusion/sequence.hpp>
| Reported by: | anonymous | Owned by: | Joel de Guzman |
|---|---|---|---|
| Milestone: | Boost 1.54.0 | Component: | fusion |
| Version: | Boost 1.53.0 | Severity: | Regression |
| Keywords: | Cc: |
Description
include guard in <boost/fusion/sequence.hpp> looks for FUSION_SEQUENCE_10022005_0559 but defines FUSION_ITERATOR_10022005_0559 which is the same as in <boost/fusion/iterator.hpp>.
Note:
See TracTickets
for help on using tickets.

(In [84001]) Fixes #8456