blob: 0f99b0ef577e0782e7b241257cd09482f32bc329 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// file : build/scope.cxx -*- C++ -*-
// copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <build/scope>
using namespace std;
namespace build
{
scope_map scopes;
}
|