summaryrefslogtreecommitdiff
path: root/odb/odb/traversal/unit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/odb/traversal/unit.hxx')
-rw-r--r--odb/odb/traversal/unit.hxx15
1 files changed, 15 insertions, 0 deletions
diff --git a/odb/odb/traversal/unit.hxx b/odb/odb/traversal/unit.hxx
new file mode 100644
index 0000000..a90418a
--- /dev/null
+++ b/odb/odb/traversal/unit.hxx
@@ -0,0 +1,15 @@
+// file : odb/traversal/unit.hxx
+// license : GNU GPL v3; see accompanying LICENSE file
+
+#ifndef ODB_TRAVERSAL_UNIT_HXX
+#define ODB_TRAVERSAL_UNIT_HXX
+
+#include <odb/semantics/unit.hxx>
+#include <odb/traversal/elements.hxx>
+
+namespace traversal
+{
+ struct unit: scope_template<semantics::unit> {};
+}
+
+#endif // ODB_TRAVERSAL_UNIT_HXX