File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -635,11 +635,6 @@ class PagedArray<ValueT, Log2PageSize>::ConstIterator
635635 const PagedArray* mParent ;
636636};// Public class PagedArray::ConstIterator
637637
638- #ifdef OPENVDB_HAS_CXX20
639- static_assert (std::random_access_iterator<PagedArray<int , 10UL >::ConstIterator>,
640- " ConstIterator must satisfy random_access_iterator concept" );
641- #endif
642-
643638
644639// //////////////////////////////////////////////////////////////////////////////
645640
@@ -696,11 +691,6 @@ class PagedArray<ValueT, Log2PageSize>::Iterator
696691 PagedArray* mParent ;
697692};// Public class PagedArray::Iterator
698693
699- #ifdef OPENVDB_HAS_CXX20
700- static_assert (std::random_access_iterator<PagedArray<int , 10UL >::Iterator>,
701- " Iterator must satisfy random_access_iterator concept" );
702- #endif
703-
704694// //////////////////////////////////////////////////////////////////////////////
705695
706696// Private member-class of PagedArray implementing a memory page
You can’t perform that action at this time.
0 commit comments