| 223 | }; |
| 224 | |
| 225 | inline int test_override_cache(std::shared_ptr<test_override_cache_helper> const &instance) { |
| 226 | return instance->func(); |
| 227 | } |
| 228 | |
| 229 | // Forward declaration (so that we can put the main tests here; the inherited virtual approaches |
| 230 | // are rather long). |