From 375799fa79d1af76f33299acc20a11a167a021f8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 17 Aug 2023 12:32:50 +0200 Subject: project: restructure libraries and build env --- source/lib/include/wanda/keyed.hpp | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 source/lib/include/wanda/keyed.hpp (limited to 'source/lib/include/wanda/keyed.hpp') diff --git a/source/lib/include/wanda/keyed.hpp b/source/lib/include/wanda/keyed.hpp deleted file mode 100644 index 58f17ad..0000000 --- a/source/lib/include/wanda/keyed.hpp +++ /dev/null @@ -1,28 +0,0 @@ -/** - * @file keyed.hpp - * @author Felix Morgner (felix.morgner@gmail.com) - * @since 1.0.0 - */ - -#ifndef WANDA_KEYED_HPP -#define WANDA_KEYED_HPP - -namespace wanda -{ - /** - * @brief A tag type to prevent construction of a type without a factory - */ - template - struct keyed - { - protected: - struct key - { - }; - - explicit keyed(key) {} - }; - -} // namespace wanda - -#endif \ No newline at end of file -- cgit v1.2.3