From 33e902a74465110489c6566f5f0c035ad9432de4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 1 Jul 2022 18:30:37 +0200 Subject: compat: drop pre-C++20 macros.hpp header --- compat/macros.hpp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 compat/macros.hpp (limited to 'compat/macros.hpp') diff --git a/compat/macros.hpp b/compat/macros.hpp deleted file mode 100644 index b6eea12b..00000000 --- a/compat/macros.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#include "macros1.h" - -#include -#include - -// before C++20 -namespace cxx20_compat { - template - struct remove_cvref { - using type = std::remove_cv_t>; - }; -} // ns cxx20_compat - -template -using remove_cvref_t = typename cxx20_compat::remove_cvref::type; -- cgit v1.2.3