| 296 | s2(s2) |
| 297 | { } |
| 298 | const_iterator begin() const |
| 299 | { |
| 300 | return const_iterator(s1, s2); |
| 301 | } |
| 302 | const_iterator end() const |
| 303 | { |
| 304 | return const_iterator(s1.end(), s2.end()); |
nothing calls this directly
no outgoing calls
no test coverage detected