From 5f9dcd5364993f32e6841ffdfefce1cc87017b22 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Nov 2018 12:24:38 +0200 Subject: Make backwards modification time check permanent, add another experiment --- build2/depdb.ixx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 build2/depdb.ixx (limited to 'build2/depdb.ixx') 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 +} -- cgit v1.1