| 8006 | } |
| 8007 | |
| 8008 | Floating::WithinAbsMatcher WithinAbs(double target, double margin) { |
| 8009 | return Floating::WithinAbsMatcher(target, margin); |
| 8010 | } |
| 8011 | |
| 8012 | } // namespace Matchers |
| 8013 | } // namespace Catch |
nothing calls this directly
no test coverage detected