aboutsummaryrefslogtreecommitdiff
path: root/build2/file.ixx
blob: 050a3e95114a88463ed2f3c64988f448ce95af16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// file      : build2/file.ixx -*- C++ -*-
// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license   : MIT; see accompanying LICENSE file

namespace build2
{
  inline bool
  source_once (const path& bf, scope& root, scope& base)
  {
    return source_once (bf, root, base, base);
  }
}