aboutsummaryrefslogtreecommitdiff
path: root/build2/depdb.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/depdb.ixx')
-rw-r--r--build2/depdb.ixx18
1 files changed, 18 insertions, 0 deletions
diff --git a/build2/depdb.ixx b/build2/depdb.ixx
new file mode 100644
index 0000000..c8b187d
--- /dev/null
+++ b/build2/depdb.ixx
@@ -0,0 +1,18 @@
+// file : build2/depdb.ixx -*- C++ -*-
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// license : MIT; see accompanying LICENSE file
+
+namespace build2
+{
+#ifndef BUILD2_MTIME_CHECK
+ inline void depdb::
+ verify (const path_type&, timestamp)
+ {
+ }
+
+ inline void depdb::
+ verify (timestamp, const path_type&, const path_type&, timestamp)
+ {
+ }
+#endif
+}