Skip to content

Commit 4133867

Browse files
clean back
1 parent ebfc34d commit 4133867

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

libcxx/test/support/min_allocator.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,7 @@ struct cpp03_overload_allocator : bare_allocator<T> {
163163
template <class T>
164164
bool cpp03_overload_allocator<T>::construct_called = false;
165165

166-
// template <class T, class = std::integral_constant<std::size_t, 0> >
167-
template <class T, class = void >
166+
template <class T, class = std::integral_constant<std::size_t, 0> >
168167
class min_pointer;
169168
template <class T, class ID>
170169
class min_pointer<const T, ID>;
@@ -195,11 +194,7 @@ class min_pointer<const void, ID> {
195194

196195
template <class ID>
197196
class min_pointer<void, ID> {
198-
#ifdef TEST_IS_CONSTANT_EVALUATED
199-
ID* ptr_;
200-
#else
201197
void* ptr_;
202-
#endif
203198

204199
public:
205200
min_pointer() TEST_NOEXCEPT = default;

0 commit comments

Comments
 (0)