Skip to content

Commit 95b326c

Browse files
committed
Fixing order og parameters to is_base_of
1 parent 486a127 commit 95b326c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/network/doc/tag_metafunctions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ metafunction class into this:
9292
struct string :
9393
mpl::if_<
9494
is_base_of<
95-
Tag,
96-
tags::default_string
95+
tags::default_string,
96+
Tag
9797
>,
9898
std::string,
9999
unsupported_tag<Tag>

0 commit comments

Comments
 (0)