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/union-template.hxx | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 odb/traversal/union-template.hxx (limited to 'odb/traversal/union-template.hxx') diff --git a/odb/traversal/union-template.hxx b/odb/traversal/union-template.hxx deleted file mode 100644 index 10d1d49..0000000 --- a/odb/traversal/union-template.hxx +++ /dev/null @@ -1,29 +0,0 @@ -// file : odb/traversal/union-template.hxx -// license : GNU GPL v3; see accompanying LICENSE file - -#ifndef ODB_TRAVERSAL_UNION_TEMPLATE_HXX -#define ODB_TRAVERSAL_UNION_TEMPLATE_HXX - -#include - -#include -#include - -namespace traversal -{ - struct union_template: scope_template {}; - - struct union_instantiation: scope_template - { - virtual void - traverse (type&); - - virtual void - instantiates (type&); - - virtual void - instantiates (type&, edge_dispatcher&); - }; -} - -#endif // ODB_TRAVERSAL_UNION_TEMPLATE_HXX -- cgit v1.1