From 8e761289a2446367267c6c0d9a26e734f0f78306 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 16 Dec 2020 20:29:05 +0300 Subject: Get rid of legacy build systems and rename cutl/ to libcutl/ --- cutl/meta/class-p.hxx | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 cutl/meta/class-p.hxx (limited to 'cutl/meta/class-p.hxx') diff --git a/cutl/meta/class-p.hxx b/cutl/meta/class-p.hxx deleted file mode 100644 index 7221c3e..0000000 --- a/cutl/meta/class-p.hxx +++ /dev/null @@ -1,26 +0,0 @@ -// file : cutl/meta/class-p.hxx -// license : MIT; see accompanying LICENSE file - -#ifndef CUTL_META_CLASS_HXX -#define CUTL_META_CLASS_HXX - -#include - -namespace cutl -{ - namespace meta - { - // g++ cannot have these inside class_p. - // - template no class_p_test (...); - template yes class_p_test (void (Y::*) ()); - - template - struct class_p - { - static bool const r = sizeof (class_p_test (0)) == sizeof (yes); - }; - } -} - -#endif // CUTL_META_CLASS_HXX -- cgit v1.1