Opened 12 years ago

Closed 12 years ago

#4465 closed Patches (fixed)

minor tweaks to BOOST_PP

Reported by: ookami1@… Owned by: No-Maintainer
Milestone: Boost 1.44.0 Component: preprocessor
Version: Boost 1.44.0 Severity: Cosmetic
Keywords: Cc:

Description

really small corrections:

  1. BOOST_PP_SEQ_SIZE does not depend on preprocessor/tuple/eat.hpp
  2. eliminate (most of the time) unnessecary evaluation of BOOST_PP_SEQ_HEAD

Regards

Wolf Lammen

Attachments (2)

seq_size.patch (462 bytes ) - added by ookami1@… 12 years ago.
seq_cat.patch (533 bytes ) - added by ookami1@… 12 years ago.

Download all attachments as: .zip

Change History (4)

by ookami1@…, 12 years ago

Attachment: seq_size.patch added

by ookami1@…, 12 years ago

Attachment: seq_cat.patch added

comment:1 by Steven Watanabe, 12 years ago

(In [65119]) Remove unused #include. Refs #4465.

comment:2 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [65120]) Avoid evaluating BOOST_PP_SEQ_HEAD when it isn't needed. Fixes #4465.

Note: See TracTickets for help on using tickets.