Commit Graph

6 Commits

Author SHA1 Message Date
Nikita Kniazev
eea593da4e X3.Docs: Fixed parse_rule instantiation
Missed an edit in d4c0179f
2019-03-06 17:54:10 +03:00
Nikita Kniazev
d4c0179fa6 X3: parse_rule attribute must always be of rule::attribute_type&
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
2019-02-09 14:57:53 +03:00
djowel
08af6da9c4 small typo fix 2018-03-28 06:35:34 +08:00
djowel
25e29006de Tutorial updates: more details on BOOST_SPIRIT_DEFINE, BOOST_SPIRIT_DECLARE and BOOST_SPIRIT_INSTANTIATE 2018-03-28 06:30:41 +08:00
djowel
11fa827b9b minor updates 2018-03-27 15:56:51 +08:00
djowel
c2d982481e - Tutorial updates
- Minimal example docs
2018-03-27 15:56:51 +08:00