also tests for erased values ----------------------------
| 1464 | // also tests for erased values |
| 1465 | // ---------------------------- |
| 1466 | bool test_strict(size_type i) const |
| 1467 | { |
| 1468 | return _bmtest_strict(i); |
| 1469 | } |
| 1470 | |
| 1471 | private: |
| 1472 | // Shrink the array, assuming value_type is relocatable, and the |
no outgoing calls
no test coverage detected