container with minimal interface
| 114 | |
| 115 | // container with minimal interface |
| 116 | auto MakeMinimalisticContainer() { |
| 117 | return MakeIteratorRange(TTestIterator{}, TTestSentinel{}); |
| 118 | } |
| 119 | |
| 120 | |
| 121 | TEST(FuncTools, CompileRange) { |
no test coverage detected