#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)
Change History (3)
by , 12 years ago
Attachment: | proto_fusion.diff added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
(In [67342]) fusion::is_sequence returns true for proto::expr, proto::basic_expr, and proto flat_views, fixes #5006