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