// file : odb/session.ixx // author : Boris Kolpackov // copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #include namespace odb { template inline void session:: erase (const object_position& p) { // @@ Empty maps are not cleaned up by this version of erase. // p.map_->erase (p.pos_); } }