Skip to content

Commit 9a510a6

Browse files
committed
fix: Build on Visual Studio 2022 works again
1 parent b6b58bc commit 9a510a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/retdec/fileformat/types/strings/character_iterator.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,8 @@ struct iterator_traits<retdec::fileformat::CharacterIterator<It>>
300300
{
301301
using difference_type = std::ptrdiff_t;
302302
using value_type = char;
303+
using pointer = char*;
304+
using reference = char&;
303305
using iterator_category = std::random_access_iterator_tag;
304306
};
305307

0 commit comments

Comments
 (0)