Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tpie::packed_array cannot compile with MSVC 19.28+
Microsoft's standard library assumes that a const version of tpie::packed_array::iterator and similar only are immutable with respect to the index, not the value in said index. That is, they assume the iterator reflects a 'T* const' semantics, whereas the prior version implemented a 'const T* const' semantics."
- Loading branch information