Opened 9 years ago

Closed 4 years ago

#8578 closed Bugs (invalid)

<boost/spirit/include/qi.hpp> does not include qi::match

Reported by: Vadim Guchenko <yhw@…> Owned by: Joel de Guzman
Milestone: To Be Determined Component: spirit
Version: Boost 1.53.0 Severity: Cosmetic
Keywords: Cc:

Description

#include <boost/spirit/include/qi.hpp>

is not sufficient for calling qi::match and qi::phrase_match. They require additional

#include <boost/spirit/include/qi_match.hpp>

This is inconsistent with Karma where

#include <boost/spirit/include/karma.hpp>

allows to call karma::format and karma::format_delimited.

Change History (1)

comment:1 by Joel de Guzman, 4 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.