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/ --- libcutl/meta/remove-v.hxx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 libcutl/meta/remove-v.hxx (limited to 'libcutl/meta/remove-v.hxx') diff --git a/libcutl/meta/remove-v.hxx b/libcutl/meta/remove-v.hxx new file mode 100644 index 0000000..97439c3 --- /dev/null +++ b/libcutl/meta/remove-v.hxx @@ -0,0 +1,25 @@ +// file : libcutl/meta/remove-v.hxx +// license : MIT; see accompanying LICENSE file + +#ifndef LIBCUTL_META_REMOVE_V_HXX +#define LIBCUTL_META_REMOVE_V_HXX + +namespace cutl +{ + namespace meta + { + template + struct remove_v + { + typedef X r; + }; + + template + struct remove_v + { + typedef X r; + }; + } +} + +#endif // LIBCUTL_META_REMOVE_V_HXX -- cgit v1.1