// file : odb/traversal/union.hxx // copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v3; see accompanying LICENSE file #ifndef ODB_TRAVERSAL_UNION_HXX #define ODB_TRAVERSAL_UNION_HXX #include #include namespace traversal { struct union_: scope_template {}; } #endif // ODB_TRAVERSAL_UNION_HXX