Opened 14 years ago
Closed 13 years ago
#2599 closed Bugs (fixed)
corner case in boost::fusion::all
Reported by: | Owned by: | danmarsden | |
---|---|---|---|
Milestone: | Boost 1.38.0 | Component: | fusion |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
when using a sequence containing exactly 4 elements, boost::fusion::all returns always false, because unrolled_all lacks a specialization for 4 elements.
Attachments (1)
Change History (4)
by , 14 years ago
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 13 years ago
The correct fix is to make the specialization for 0 elements return true.
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fix for the problem