Skip to content

Commit 5823758

Browse files
revert min_allocator default construction
1 parent ca741fe commit 5823758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/support/min_allocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ class min_pointer<void, ID> {
212212

213213
template <class T, class ID>
214214
class min_pointer {
215-
T* ptr_ {};
215+
T* ptr_;
216216

217217
TEST_CONSTEXPR_CXX14 explicit min_pointer(T* p) TEST_NOEXCEPT : ptr_(p) {}
218218

0 commit comments

Comments
 (0)