| 933 | }; |
| 934 | |
| 935 | struct DrawableConceptMacro { |
| 936 | auto draw(std::ostream &out) const -> REQUIRES(void, draw, out); |
| 937 | auto empty() -> REQUIRES(int, empty); |
| 938 | }; |
| 939 | |
| 940 | test should_support_erasing_using_concepts_macro = [] { |
| 941 | { |
nothing calls this directly
no outgoing calls
no test coverage detected