mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
General tidy and refactoring:
* Use nullptr (C++11) instead of NULL. * Put each file into its own namespace declaration. * Remove "using namespace" directives and add scope qualifiers. * Control when beast's implementation of std::equal (C++14) is used. * Tidy up some const declarations. Conflicts: src/ripple_app/shamap/SHAMapSync.cpp src/ripple_app/tx/TransactionEngine.cpp
This commit is contained in:
committed by
Vinnie Falco
parent
c581ffb8a4
commit
cad50c68a8
@@ -18,9 +18,8 @@
|
||||
//==============================================================================
|
||||
|
||||
namespace ripple {
|
||||
using namespace beast;
|
||||
|
||||
class JsonCppTests : public UnitTest
|
||||
class JsonCppTests : public beast::UnitTest
|
||||
{
|
||||
public:
|
||||
void testBadJson ()
|
||||
@@ -50,4 +49,4 @@ public:
|
||||
|
||||
static JsonCppTests jsonCppTests;
|
||||
|
||||
}
|
||||
} // namespace ripple
|
||||
|
||||
Reference in New Issue
Block a user