aboutsummaryrefslogtreecommitdiff
path: root/build2/depdb.ixx
blob: c8b187de20d65584b007bf08d8140215e73756e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}