// file : build/utility.cxx -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include using namespace std; namespace build { const string empty_string; const path empty_path; const dir_path empty_dir_path; bool exception_unwinding_dtor = false; }