mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-05 16:57:56 +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
@@ -111,8 +111,8 @@ convert_http_errno (joyent::http_errno err)
|
||||
: public boost::system::error_category
|
||||
{
|
||||
private:
|
||||
typedef boost::system::error_code error_code;
|
||||
typedef boost::system::error_condition error_condition;
|
||||
using error_code = boost::system::error_code;
|
||||
using error_condition = boost::system::error_condition;
|
||||
|
||||
public:
|
||||
char const*
|
||||
|
||||
Reference in New Issue
Block a user