Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#5006 closed Patches (fixed)

fusion::extension::is_sequence_impl specialization for protos fusion sequences

Reported by: Christopher Schmidt Owned by: Eric Niebler
Milestone: To Be Determined Component: proto
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

Proto does not specialize fusion::extension::is_sequence_impl for its inbuilt fusion sequences. This can cause problems deep inside Fusion. The attached patch fixes that.

Attachments (1)

proto_fusion.diff (774 bytes ) - added by Christopher Schmidt 12 years ago.

Download all attachments as: .zip

Change History (3)

by Christopher Schmidt, 12 years ago

Attachment: proto_fusion.diff added

comment:1 by Eric Niebler, 12 years ago

Resolution: fixed
Status: newclosed

(In [67342]) fusion::is_sequence returns true for proto::expr, proto::basic_expr, and proto flat_views, fixes #5006

comment:2 by Eric Niebler, 12 years ago

(In [67346]) fusion::is_sequence returns true for proto::expr, proto::basic_expr, and proto flat_views, fixes #5006

Note: See TracTickets for help on using tickets.