From 182d743d15810d2a8393ed7fa5d565cf3a394694 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 3 Oct 2017 23:39:34 +0300 Subject: Adapt to modularization of libbutl --- build2/types.hxx | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'build2/types.hxx') diff --git a/build2/types.hxx b/build2/types.hxx index 374a3eb..f65d054 100644 --- a/build2/types.hxx +++ b/build2/types.hxx @@ -33,17 +33,17 @@ #include // logic_error, invalid_argument, runtime_error #include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include namespace build2 { @@ -74,8 +74,8 @@ namespace build2 using std::array; using std::vector; - using butl::vector_view; // - using butl::small_vector; // + using butl::vector_view; // + using butl::small_vector; // using strings = vector; using cstrings = vector; @@ -143,16 +143,16 @@ namespace build2 using std::system_error; using io_error = std::ios_base::failure; - // + // // using butl::optional; using butl::nullopt; - // + // // using butl::const_ptr; - // + // // using butl::path; using butl::dir_path; @@ -182,7 +182,7 @@ namespace build2 using paths = std::vector; using dir_paths = std::vector; - // + // // using butl::system_clock; using butl::timestamp; @@ -192,12 +192,12 @@ namespace build2 using butl::timestamp_nonexistent; using butl::operator<<; - // + // // using butl::sha256; - // - // + // + // // using butl::process; using butl::process_path; @@ -207,11 +207,11 @@ namespace build2 using butl::ifdstream; using butl::ofdstream; - // + // // using butl::target_triplet; - // + // // using butl::standard_version; using butl::standard_version_constraint; -- cgit v1.1