boost::urls::grammar::error::end_of_range
A rule reached the end of a range
Synopsis
Declared in header <boost/url/grammar/error.hpp>
end_of_range
Description
This indicates that the input was consumed when parsing a range . The range_rule avoids rewinding the input buffer when this error is returned. Thus the consumed characters are be considered part of the range without contributing additional elements.