mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Allow rippled to compile with C++17:
Many of the warnings on Windows were not resolved, just silenced with _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS. They need to be resolved in a future commit.
This commit is contained in:
committed by
Mike Ellery
parent
63e167b7a3
commit
a999894dae
@@ -897,7 +897,7 @@ struct PayStrand_test : public beast::unit_test::suite
|
||||
false,
|
||||
env.app().logs().journal("Flow"));
|
||||
BEAST_EXPECT(r.first == expTer);
|
||||
if (sizeof...(expSteps))
|
||||
if (sizeof...(expSteps) !=0 )
|
||||
BEAST_EXPECT(equal(
|
||||
r.second, std::forward<decltype(expSteps)>(expSteps)...));
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user