- added Visual Studio debugger visualization for several types
This commit is contained in:
parent
94e7b6f3b5
commit
4ae16c27e2
3 changed files with 86 additions and 0 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue