Skip to content

Commit 37357c6

Browse files
committed
Adding the correct switch for transform_attribute on the version of spirit.
1 parent f7501d6 commit 37357c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boost/network/uri/detail/parse_uri.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace boost { namespace spirit { namespace traits {
2525
struct transform_attribute<
2626
boost::network::uri::detail::uri_parts<Tag>,
2727
typename boost::network::uri::detail::uri_parts_tuple<Tag>::type
28-
#if SPIRIT_VERSION >= 0x2030
28+
#if SPIRIT_VERSION > 0x2030
2929
, boost::spirit::qi::domain
3030
#endif
3131
>

0 commit comments

Comments
 (0)