| 508 | }; |
| 509 | |
| 510 | struct custom_mutable_buffer_sequence |
| 511 | { |
| 512 | operator mutable_buffer() const { return mutable_buffer(0, 0); } |
| 513 | operator const_buffer() const { return mutable_buffer(0, 0); } |
| 514 | }; |
| 515 | |
| 516 | struct invalid_const_a |
| 517 | { |
nothing calls this directly
no test coverage detected