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

Commitcfe2ced

Browse files
committed
Addressing multiple definition bug for boost::network::swap.
Because of the missing inline, template resolution causes the multiple definitions of swap cause problems in different compilation units at link time.
1 parent01313fb commitcfe2ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎boost/network/message.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ namespace boost { namespace network {
9393
};
9494

9595
template<classTag>
96-
voidswap(basic_message<Tag> & left, basic_message<Tag> & right) {
96+
inlinevoidswap(basic_message<Tag> & left, basic_message<Tag> & right) {
9797
// swap for ADL
9898
left.swap(right);
9999
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp