mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -467,7 +467,7 @@ namespace bx
|
||||
{
|
||||
for (int32_t ii = 0, jj = _len - 1; ii < jj; ++ii, --jj)
|
||||
{
|
||||
xchg(_dst[ii], _dst[jj]);
|
||||
swap(_dst[ii], _dst[jj]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user