boostorg / spirit

Boost.org spirit module
http://boost.org/libs/spirit
394 stars 162 forks source link

Fix typo in #include composite.hpp #732

Closed georgthegreat closed 2 years ago

georgthegreat commented 2 years ago

NB: we have found this typo by using the automated dependency parser for C++. Not sure if this #include ever works

Kojoley commented 2 years ago

Not sure if this #include ever works

It could be hit by directly including the header which is explicitly allowed (https://www.boost.org/doc/libs/1_79_0/libs/spirit/classic/doc/includes.html), though it seems no one did that or reported the issue.

Kojoley commented 2 years ago

Thanks for the catch!