Commit 803c16e5 by Agustín F. Pozuelo

Clean-up unintended changes to whitespace

parent 25f5d75e
...@@ -25,11 +25,7 @@ benchmarks/files/numbers/*.json ...@@ -25,11 +25,7 @@ benchmarks/files/numbers/*.json
cmake-build-debug cmake-build-debug
test/test-* test/test-*
test/test_data.hpp
Temporary
/.vs /.vs
.vscode
doc/mkdocs/venv/ doc/mkdocs/venv/
doc/mkdocs/docs/images doc/mkdocs/docs/images
......
...@@ -24536,7 +24536,7 @@ template<> ...@@ -24536,7 +24536,7 @@ template<>
inline void swap<nlohmann::json>(nlohmann::json& j1, nlohmann::json& j2) noexcept( inline void swap<nlohmann::json>(nlohmann::json& j1, nlohmann::json& j2) noexcept(
is_nothrow_move_constructible<nlohmann::json>::value and is_nothrow_move_constructible<nlohmann::json>::value and
is_nothrow_move_assignable<nlohmann::json>::value is_nothrow_move_assignable<nlohmann::json>::value
) )
{ {
j1.swap(j2); j1.swap(j2);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment