mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-24 04:55:52 +00:00
Throws, explicits and trivial cleanups
This commit is contained in:
committed by
Nik Bougalis
parent
8e842b5893
commit
ed9f5639a8
@@ -132,10 +132,7 @@ std::string const& getFullVersionString ()
|
||||
{
|
||||
struct PrettyPrinter
|
||||
{
|
||||
PrettyPrinter ()
|
||||
{
|
||||
fullVersionString = "rippled-" + getVersionString ();
|
||||
}
|
||||
PrettyPrinter () : fullVersionString ("rippled-" + getVersionString ()){}
|
||||
|
||||
std::string fullVersionString;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user