diff options
Diffstat (limited to 'build/scope.cxx')
-rw-r--r-- | build/scope.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/scope.cxx b/build/scope.cxx new file mode 100644 index 0000000..0f99b0e --- /dev/null +++ b/build/scope.cxx @@ -0,0 +1,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; +} |