aboutsummaryrefslogtreecommitdiff
path: root/odb/traversal/union.hxx
blob: aa23b75652c51eeac415e73b5b4d3b45b89eac6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : odb/traversal/union.hxx
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license   : GNU GPL v3; see accompanying LICENSE file

#ifndef ODB_TRAVERSAL_UNION_HXX
#define ODB_TRAVERSAL_UNION_HXX

#include <odb/semantics/union.hxx>
#include <odb/traversal/elements.hxx>

namespace traversal
{
  struct union_: scope_template<semantics::union_> {};
}

#endif // ODB_TRAVERSAL_UNION_HXX