// file : build/path-io -*- C++ -*- // copyright : Copyright (c) 2014-2015 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #ifndef BUILD_PATH_IO #define BUILD_PATH_IO #include #include namespace build { std::ostream& operator<< (std::ostream&, const path&); std::ostream& operator<< (std::ostream&, const dir_path&); } #endif // BUILD_PATH_IO