mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
refactor: Rename ripple namespace to xrpl
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <typeinfo>
|
||||
#include <utility>
|
||||
|
||||
namespace ripple {
|
||||
namespace xrpl {
|
||||
|
||||
/// Note, should be treated as flags that can be | and &
|
||||
struct JsonOptions
|
||||
@@ -219,6 +219,6 @@ STBase::emplace(std::size_t n, void* buf, T&& val)
|
||||
return new (buf) U(std::forward<T>(val));
|
||||
}
|
||||
|
||||
} // namespace ripple
|
||||
} // namespace xrpl
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user