// file : build/utility.cxx -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include using namespace std; namespace build { bool exception_unwinding_dtor = false; string_pool extension_pool; }