Details
-
Improvement
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Replication
Description
Most of the Timestamp constructors and some of the static methods (e.g. min() and max()) can be made 'constexpr', which would allow things like
class WhateverTest {
|
...
|
static constexpr Timestamp testTimestamp = Timestamp(10,1);
|
}
|
Mostly useful in tests.