| 3449 | |
| 3450 | template <typename U=Allocator> |
| 3451 | void create_object_implicitly() |
| 3452 | { |
| 3453 | create_object_implicitly(typename std::allocator_traits<U>::is_always_equal()); |
| 3454 | } |
| 3455 | |
| 3456 | void create_object_implicitly(std::false_type) |
| 3457 | { |
no test coverage detected