From 823026b58211a4166de06ac243d978dcb9930271 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 22 Jan 2024 15:58:08 +0300 Subject: Turn odb repository into muti-package repository Also remove the autoconf/make-based build system. --- odb/traversal/fundamental.hxx | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 odb/traversal/fundamental.hxx (limited to 'odb/traversal/fundamental.hxx') diff --git a/odb/traversal/fundamental.hxx b/odb/traversal/fundamental.hxx deleted file mode 100644 index 974e74f..0000000 --- a/odb/traversal/fundamental.hxx +++ /dev/null @@ -1,39 +0,0 @@ -// file : odb/traversal/fundamental.hxx -// license : GNU GPL v3; see accompanying LICENSE file - -#ifndef ODB_TRAVERSAL_FUNDAMENTAL_HXX -#define ODB_TRAVERSAL_FUNDAMENTAL_HXX - -#include -#include - -namespace traversal -{ - struct fund_type: node {}; - - struct fund_void: node {}; - struct fund_bool: node {}; - - // Integral. - // - struct fund_char: node {}; - struct fund_wchar: node {}; - struct fund_signed_char: node {}; - struct fund_unsigned_char: node {}; - struct fund_short: node {}; - struct fund_unsigned_short: node {}; - struct fund_int: node {}; - struct fund_unsigned_int: node {}; - struct fund_long: node {}; - struct fund_unsigned_long: node {}; - struct fund_long_long: node {}; - struct fund_unsigned_long_long: node {}; - - // Real. - // - struct fund_float: node {}; - struct fund_double: node {}; - struct fund_long_double: node {}; -} - -#endif // ODB_TRAVERSAL_FUNDAMENTAL_HXX -- cgit v1.1