| 64 | typedef const T& const_reference; |
| 65 | |
| 66 | const_contiguous_container() {} |
| 67 | std::size_t size() const { return 0; } |
| 68 | iterator begin() { return 0; } |
| 69 | const_iterator begin() const { return 0; } |
nothing calls this directly
no outgoing calls
no test coverage detected