Opened 12 years ago
Closed 12 years ago
#4465 closed Patches (fixed)
minor tweaks to BOOST_PP
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | preprocessor |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
really small corrections:
- BOOST_PP_SEQ_SIZE does not depend on preprocessor/tuple/eat.hpp
- eliminate (most of the time) unnessecary evaluation of BOOST_PP_SEQ_HEAD
Regards
Wolf Lammen
Attachments (2)
Change History (4)
by , 12 years ago
Attachment: | seq_size.patch added |
---|
by , 12 years ago
Attachment: | seq_cat.patch added |
---|
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [65119]) Remove unused #include. Refs #4465.