/** * \file internal/log.h * \brief Various useful utilities * * Copyright 2007-2013 IMP Inventors. All rights reserved. */ #ifndef IMPBASE_INTERNAL_EAT_H #define IMPBASE_INTERNAL_EAT_H #include IMPBASE_BEGIN_INTERNAL_NAMESPACE template void eat(const T&){} IMPBASE_END_INTERNAL_NAMESPACE #endif /* IMPBASE_INTERNAL_EAT_H */