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

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