mirror of
https://github.com/boostorg/algorithm.git
synced 2025-07-06 09:16:33 +02:00
Fixed most tab and min/max issues from trunk inspection report
[SVN r53141]
This commit is contained in:
@ -171,7 +171,7 @@ namespace boost {
|
|||||||
// Check what kind of storage are we using right now
|
// Check what kind of storage are we using right now
|
||||||
if(use_fixed_storage(m_Size))
|
if(use_fixed_storage(m_Size))
|
||||||
{
|
{
|
||||||
// Using fixed storage, allocate new
|
// Using fixed storage, allocate new
|
||||||
set_value_type* pTemp=new set_value_type[Other.m_Size];
|
set_value_type* pTemp=new set_value_type[Other.m_Size];
|
||||||
DestStorage=pTemp;
|
DestStorage=pTemp;
|
||||||
m_Storage.m_dynSet=pTemp;
|
m_Storage.m_dynSet=pTemp;
|
||||||
|
Reference in New Issue
Block a user