| 30 | is_mutable_dynamic_buffer<flat_buffer>::value); |
| 31 | |
| 32 | void |
| 33 | testDynamicBuffer() |
| 34 | { |
| 35 | flat_buffer b(30); |
| 36 | BEAST_EXPECT(b.max_size() == 30); |
| 37 | test_dynamic_buffer(b); |
| 38 | } |
| 39 | |
| 40 | void |
| 41 | testSpecialMembers() |
nothing calls this directly
no test coverage detected