mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Start of anonymous 'using' field
This commit is contained in:
parent
b886f3d3c3
commit
79e2ff5165
13 changed files with 859 additions and 498 deletions
|
@ -992,7 +992,7 @@ public:
|
|||
|
||||
SizedArray(SizedArray&& val)
|
||||
{
|
||||
if (val.mVals == val.mInternalBuffer)
|
||||
if (val.mVals == (T*)&val.mFirstVal)
|
||||
{
|
||||
this->mVals = (T*)&this->mFirstVal;
|
||||
this->mSize = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue