fixed amalgation file for #2730

This commit is contained in:
David Pfahler 2021-04-21 12:53:58 +02:00
parent 38952643c5
commit 6b267e3cb1

View File

@ -25751,7 +25751,7 @@ template<>
inline void swap<nlohmann::json>(nlohmann::json& j1, nlohmann::json& j2) noexcept( // NOLINT(readability-inconsistent-declaration-parameter-name)
is_nothrow_move_constructible<nlohmann::json>::value&& // NOLINT(misc-redundant-expression)
is_nothrow_move_assignable<nlohmann::json>::value
)
)
{
j1.swap(j2);
}