From 63e7a4a77cb8ceed7b42561fe3202b0b48d86db6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 14:41:45 +0200 Subject: Move path and filesystem from build2 to libbutl --- build/path-io | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'build/path-io') diff --git a/build/path-io b/build/path-io index c2130da..888a8b4 100644 --- a/build/path-io +++ b/build/path-io @@ -7,10 +7,15 @@ #include -#include +#include +// Custom path IO. +// namespace build { + using butl::path; + using butl::dir_path; + std::ostream& operator<< (std::ostream&, const path&); -- cgit v1.1