From ac80e3c37f1fee068e46b6f5a2043581d413e992 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 28 Sep 2021 21:48:06 +0300 Subject: Adapt to libbutl headers extension change from .mxx to .hxx --- libbrep/build.hxx | 2 +- libbrep/common.hxx | 2 +- libbrep/types.hxx | 22 +++++++++++----------- libbrep/utility.hxx | 4 ++-- libbrep/wrapper-traits.hxx | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) (limited to 'libbrep') diff --git a/libbrep/build.hxx b/libbrep/build.hxx index 8263b9e..151f8dc 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include diff --git a/libbrep/common.hxx b/libbrep/common.hxx index 0899dc9..98fc4e7 100644 --- a/libbrep/common.hxx +++ b/libbrep/common.hxx @@ -114,7 +114,7 @@ namespace brep std::chrono::nanoseconds::period>::value, "The following timestamp ODB mapping is invalid"); - // As it pointed out in libbutl/timestamp.mxx we will overflow in year 2262, + // As it pointed out in libbutl/timestamp.hxx we will overflow in year 2262, // but by that time some larger basic type will be available for mapping. // #pragma db map type(timestamp) as(uint64_t) \ diff --git a/libbrep/types.hxx b/libbrep/types.hxx index 65dfc2d..3b5777d 100644 --- a/libbrep/types.hxx +++ b/libbrep/types.hxx @@ -21,12 +21,12 @@ #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include namespace brep { @@ -50,7 +50,7 @@ namespace brep using std::weak_ptr; using std::vector; - using butl::small_vector; // + using butl::small_vector; // using strings = vector; using cstrings = vector; @@ -69,7 +69,7 @@ namespace brep using std::generic_category; - // + // // using butl::optional; using butl::nullopt; @@ -79,7 +79,7 @@ namespace brep using odb::lazy_shared_ptr; using odb::lazy_weak_ptr; - // + // // using butl::path; using butl::dir_path; @@ -91,11 +91,11 @@ namespace brep using butl::path_cast; - // + // // using butl::url; - // + // // using butl::system_clock; using butl::timestamp; diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx index be27a71..7058c94 100644 --- a/libbrep/utility.hxx +++ b/libbrep/utility.hxx @@ -10,7 +10,7 @@ #include // assert() #include // make_move_iterator() -#include // icasecmp(), reverse_iterate(), +#include // icasecmp(), reverse_iterate(), // operator<<(ostream, exception) namespace brep @@ -24,7 +24,7 @@ namespace brep using std::make_move_iterator; using std::to_string; - // + // // using butl::utf8; using butl::icasecmp; diff --git a/libbrep/wrapper-traits.hxx b/libbrep/wrapper-traits.hxx index 9dad27b..8c9d830 100644 --- a/libbrep/wrapper-traits.hxx +++ b/libbrep/wrapper-traits.hxx @@ -6,7 +6,7 @@ #include -#include +#include #include -- cgit v1.1