the default "big three" are OK
| 242 | explicit iterator (const octet_iterator& octet_it): it(octet_it) {} |
| 243 | // the default "big three" are OK |
| 244 | octet_iterator base () const { return it; } |
| 245 | utfchar32_t operator * () const |
| 246 | { |
| 247 | octet_iterator temp = it; |
nothing calls this directly
no outgoing calls
no test coverage detected