#include <analyzer/guard.hpp> | |
#include <util/trace.hpp> | |
namespace analyzer | |
{ | |
//------------------------------------------------------------------------------ | |
void Guard::apply() const | |
{ | |
// TODO | |
trace::err("Guard::apply() currently not supported"); | |
} | |
//------------------------------------------------------------------------------ | |
} // namespace analyzer |