We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c7ae2 commit f590cb3Copy full SHA for f590cb3
boost/network/uri/uri.ipp
@@ -246,7 +246,7 @@ struct uri_grammar
246
bool parse(std::string::const_iterator first, std::string::const_iterator last,
247
uri_parts<std::string::const_iterator> &parts) {
248
namespace qi = boost::spirit::qi;
249
- static detail::uri_grammar<std::string> grammar;
+ detail::uri_grammar<std::string> grammar;
250
bool is_valid = qi::parse(first, last, grammar, parts);
251
return is_valid && (first == last);
252
}
0 commit comments