mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Use std::atomic
This commit is contained in:
committed by
Tom Ritchford
parent
c24a497a23
commit
b43832fe57
@@ -28,7 +28,7 @@ template <typename Integer>
|
||||
class STInteger : public SerializedType
|
||||
{
|
||||
public:
|
||||
STInteger (Integer v = 0) : value_ (v)
|
||||
explicit STInteger (Integer v) : value_ (v)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user