Skip to content

Commit e485685

Browse files
committed
Adding support for change in Spirit traits for transform_attribute.
1 parent 9faa555 commit e485685

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boost/network/uri/detail/parse_uri.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ namespace boost { namespace spirit { namespace traits {
2424
template <class Tag>
2525
struct transform_attribute<
2626
boost::network::uri::detail::uri_parts<Tag>,
27-
typename boost::network::uri::detail::uri_parts_tuple<Tag>::type
27+
typename boost::network::uri::detail::uri_parts_tuple<Tag>::type,
28+
boost::spirit::qi::domain
2829
>
2930
{
3031
typedef typename boost::network::uri::detail::uri_parts_tuple<Tag>::type type;

0 commit comments

Comments
 (0)