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