Fix MWCW issue with compact mode
This commit is contained in:
parent
18483b024c
commit
e45c173f73
@ -843,7 +843,7 @@ PUGI__NS_BEGIN
|
|||||||
|
|
||||||
T* operator->() const
|
T* operator->() const
|
||||||
{
|
{
|
||||||
return operator T*();
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
@ -923,7 +923,7 @@ PUGI__NS_BEGIN
|
|||||||
|
|
||||||
T* operator->() const
|
T* operator->() const
|
||||||
{
|
{
|
||||||
return operator T*();
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user