Skip to content

Commit 07771f6

Browse files
committed
Minor modification
1 parent 01d3926 commit 07771f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

trantor/utils/MsgBuffer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@ inline void swap(MsgBuffer &one, MsgBuffer &two) noexcept
177177
namespace std
178178
{
179179
template <>
180-
inline void swap<trantor::MsgBuffer>(trantor::MsgBuffer &one,
181-
trantor::MsgBuffer &two) noexcept
180+
inline void swap(trantor::MsgBuffer &one, trantor::MsgBuffer &two) noexcept
182181
{
183182
one.swap(two);
184183
}

0 commit comments

Comments
 (0)