Fix all_source build

This commit is contained in:
2024-02-28 22:04:59 -07:00
parent ba95b75f72
commit a876d81ac2
13 changed files with 76 additions and 68 deletions

View File

@@ -12,7 +12,7 @@ namespace rstl {
template < typename T, typename Vec, typename Alloc >
class const_pointer_iterator {
public:
typedef ptrdiff_t difference_type;
typedef long difference_type;
typedef random_access_iterator_tag iterator_category;
typedef T value_type;