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 9faa555 commit e485685Copy full SHA for e485685
boost/network/uri/detail/parse_uri.hpp
@@ -24,7 +24,8 @@ namespace boost { namespace spirit { namespace traits {
24
template <class Tag>
25
struct transform_attribute<
26
boost::network::uri::detail::uri_parts<Tag>,
27
- typename boost::network::uri::detail::uri_parts_tuple<Tag>::type
+ typename boost::network::uri::detail::uri_parts_tuple<Tag>::type,
28
+ boost::spirit::qi::domain
29
>
30
{
31
typedef typename boost::network::uri::detail::uri_parts_tuple<Tag>::type type;
0 commit comments