| Zane Shelley | 9513582 | 2021-08-23 09:00:05 -0500 | [diff] [blame] | 1 | #include <analyzer/guard.hpp> |
| 2 | #include <util/trace.hpp> | ||||
| 3 | |||||
| 4 | namespace analyzer | ||||
| 5 | { | ||||
| 6 | |||||
| 7 | //------------------------------------------------------------------------------ | ||||
| 8 | |||||
| 9 | void Guard::apply() const | ||||
| 10 | { | ||||
| 11 | // TODO | ||||
| 12 | trace::err("Guard::apply() currently not supported"); | ||||
| 13 | } | ||||
| 14 | |||||
| 15 | //------------------------------------------------------------------------------ | ||||
| 16 | |||||
| 17 | } // namespace analyzer | ||||