mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Change typedef to using.
Conflicts: src/ripple/app/TODO.md src/ripple/app/ledger/Ledger.h src/ripple/protocol/Protocol.h
This commit is contained in:
committed by
Vinnie Falco
parent
9ad5644a8c
commit
845c9f8a51
@@ -36,8 +36,8 @@ template <
|
||||
class basic_abstract_ostream
|
||||
{
|
||||
public:
|
||||
typedef std::basic_string <CharT, Traits> string_type;
|
||||
typedef basic_scoped_ostream <CharT, Traits> scoped_stream_type;
|
||||
using string_type = std::basic_string <CharT, Traits>;
|
||||
using scoped_stream_type = basic_scoped_ostream <CharT, Traits>;
|
||||
|
||||
basic_abstract_ostream() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user