From d1bc057a220f33a79501318477f8e9af1111229f Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Thu, 23 Mar 2023 14:12:57 +0100 Subject: Bump required Boost version to 1.72 --- src/utils.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/utils.cc') diff --git a/src/utils.cc b/src/utils.cc index 1d457891..baf5a27a 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -849,11 +849,7 @@ path resolve_path(const path& pathname) path temp = pathname; if (temp.string()[0] == '~') temp = expand_path(temp); -#if (BOOST_VERSION >= 106000) temp.lexically_normal(); -#else - temp.normalize(); -#endif return temp; } -- cgit v1.2.3