We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01313fb commit cfe2cedCopy full SHA for cfe2ced
boost/network/message.hpp
@@ -93,7 +93,7 @@ namespace boost { namespace network {
93
};
94
95
template <class Tag>
96
- void swap(basic_message<Tag> & left, basic_message<Tag> & right) {
+ inline void swap(basic_message<Tag> & left, basic_message<Tag> & right) {
97
// swap for ADL
98
left.swap(right);
99
}
0 commit comments