- added Visual Studio debugger visualization for several types

This commit is contained in:
alexey.lysiuk 2019-10-23 10:39:23 +03:00 committed by Christoph Oelckers
commit 4ae16c27e2
3 changed files with 86 additions and 0 deletions

View file

@ -619,6 +619,7 @@ public:
typedef TIterator<T> iterator;
typedef TIterator<const T> const_iterator;
typedef T value_type;
iterator begin()
{
@ -1478,6 +1479,7 @@ public:
typedef TIterator<T> iterator;
typedef TIterator<const T> const_iterator;
typedef T value_type;
iterator begin()
{