| 324 | constexpr dummy_alloc(dummy_alloc<other_value_type_> const &) noexcept {} |
| 325 | |
| 326 | sz_constexpr_if_cpp14 value_type *allocate(size_type) const noexcept { return nullptr; } |
| 327 | sz_constexpr_if_cpp14 void deallocate(pointer, size_type) const noexcept {} |
| 328 | |
| 329 | template <typename other_type_> |
no outgoing calls