summaryrefslogtreecommitdiff
path: root/src/chrono.cpp
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2013-02-07 13:09:19 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2013-02-07 13:09:19 +0000
commitc7f918d0681828afdbddfdcc354b6f3dfc2a7b68 (patch)
treed1f057460d329356b56f67bf5740b7393c925844 /src/chrono.cpp
parentfbd326037ffe8b31f74ce56deb05b6432b26665c (diff)
Diffstat (limited to 'src/chrono.cpp')
-rw-r--r--src/chrono.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/chrono.cpp b/src/chrono.cpp
index 73c83ee084e9f..1ce2e2807a37b 100644
--- a/src/chrono.cpp
+++ b/src/chrono.cpp
@@ -24,6 +24,8 @@ namespace chrono
// system_clock
+const bool system_clock::is_steady;
+
system_clock::time_point
system_clock::now() _NOEXCEPT
{
@@ -46,6 +48,8 @@ system_clock::from_time_t(time_t t) _NOEXCEPT
// steady_clock
+const bool steady_clock::is_steady;
+
#if __APPLE__
// mach_absolute_time() * MachInfo.numer / MachInfo.denom is the number of
// nanoseconds since the computer booted up. MachInfo.numer and MachInfo.denom