]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/timestamp.h
Mark constructors and destructors as default where appropriate
[libs/core.git] / source / time / timestamp.h
index d16bb06498c957e18ee34fe12ae2e7bdad149033..2a5c4e1b73bb85df7b9dc9bd824cdbdf46bc8632 100644 (file)
@@ -21,7 +21,7 @@ private:
 public:
        /** Construct a TimeStamp that represents an arbitarily distant point in the
        past.  It's guaranteed to be less than any valid timestamp. */
 public:
        /** Construct a TimeStamp that represents an arbitarily distant point in the
        past.  It's guaranteed to be less than any valid timestamp. */
-       TimeStamp() { }
+       TimeStamp() = default;
 
        /** Constructs a TimeStamp from a plain number.  The purpose of this is to allow
        serialization together with the raw() function. */
 
        /** Constructs a TimeStamp from a plain number.  The purpose of this is to allow
        serialization together with the raw() function. */