File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -163,8 +163,7 @@ struct cpp03_overload_allocator : bare_allocator<T> {
163163template <class T >
164164bool 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 > >
168167class min_pointer ;
169168template <class T , class ID >
170169class min_pointer <const T, ID>;
@@ -195,11 +194,7 @@ class min_pointer<const void, ID> {
195194
196195template <class ID >
197196class min_pointer <void , ID> {
198- #ifdef TEST_IS_CONSTANT_EVALUATED
199- ID* ptr_;
200- #else
201197 void * ptr_;
202- #endif
203198
204199public:
205200 min_pointer () TEST_NOEXCEPT = default ;
You can’t perform that action at this time.
0 commit comments