Skip to content

X3: parse_rule attribute must always be of rule::attribute_type& - #457

Merged
Kojoley merged 1 commit into
boostorg:developfrom
Kojoley:x3-fix-parse_rule-signature
Feb 9, 2019
Merged

X3: parse_rule attribute must always be of rule::attribute_type&#457
Kojoley merged 1 commit into
boostorg:developfrom
Kojoley:x3-fix-parse_rule-signature

Conversation

@Kojoley

@Kojoley Kojoley commented Feb 8, 2019

Copy link
Copy Markdown
Collaborator

After #456 parse_rule is always called with value of rule::attribute_type&
type. By removing attribute type deduction we also will turn any possible bug
in transform_attribute from a linkage to compile error.

Fixes #454

After boostorg#456 `parse_rule` is always called with value of `rule::attribute_type&`
type. By removing attribute type deduction we also will turn any possible bug
in `transform_attribute` from a linkage to compile error.

Fixes boostorg#454
@Kojoley
Kojoley merged commit d4c0179 into boostorg:develop Feb 9, 2019
@Kojoley
Kojoley deleted the x3-fix-parse_rule-signature branch February 9, 2019 11:57
Kojoley added a commit to Kojoley/spirit that referenced this pull request Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant