summaryrefslogtreecommitdiff
path: root/odb/traversal/union.hxx
blob: bd828fff2670f2ccdde1e25143115ab92d39b933 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// file      : odb/traversal/union.hxx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license   : GNU GPL v2; see accompanying LICENSE file

#ifndef ODB_TRAVERSAL_UNION_HXX
#define ODB_TRAVERSAL_UNION_HXX

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

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

#endif // ODB_TRAVERSAL_UNION_HXX