Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95b326c

Browse files
committed
Fixing order og parameters to is_base_of
1 parent486a127 commit95b326c

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)

[8]ページ先頭

©2009-2025 Movatter.jp