From 41273da120ef8e4a2bed7576de0532264b042ee1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 20:36:50 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbuild2/types.hxx | 60 ++++++++++++++++++++++++++--------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) (limited to 'libbuild2/types.hxx') diff --git a/libbuild2/types.hxx b/libbuild2/types.hxx index e3cacce..99cc0dc 100644 --- a/libbuild2/types.hxx +++ b/libbuild2/types.hxx @@ -44,21 +44,21 @@ #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 +#include +#include +#include +#include +#include +#include +#include +#include #include @@ -102,8 +102,8 @@ namespace build2 using std::multiset; using std::array; using std::vector; - using butl::vector_view; // - using butl::small_vector; // + using butl::vector_view; // + using butl::small_vector; // using std::istream; using std::ostream; @@ -112,7 +112,7 @@ namespace build2 // Regex. // - // Note that includes an ostream insertion operator for + // Note that includes an ostream insertion operator for // regex_error which prints cleaned up message, if any. // using std::regex; @@ -266,17 +266,17 @@ 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 path_traits = path::traits_type; @@ -315,7 +315,7 @@ namespace build2 using paths = std::vector; using dir_paths = std::vector; - // + // // using butl::system_clock; using butl::timestamp; @@ -327,11 +327,11 @@ namespace build2 using butl::to_string; using butl::operator<<; - // + // // using butl::sha256; - // + // using butl::process; using butl::process_env; using butl::process_path; @@ -379,7 +379,7 @@ namespace build2 process_path_ex () = default; }; - // + // // using butl::auto_fd; using butl::fdpipe; @@ -390,21 +390,21 @@ namespace build2 using butl::fdselect_state; using butl::fdselect_set; - // + // // using butl::target_triplet; - // + // // using butl::semantic_version; using butl::parse_semantic_version; - // + // // using butl::standard_version; using butl::standard_version_constraint; - // + // // using butl::project_name; -- cgit v1.1