In cases of debug optimized build tools return error on this, code however looks good but still there is special case with warning (nw)

This commit is contained in:
Miodrag Milanovic 2012-05-21 12:39:15 +00:00
parent 96123c775d
commit 160bff7d79

View File

@ -631,8 +631,8 @@ public:
protected: protected:
// internal state // internal state
shared_ptr_type *m_array[_Count]; shared_ptr_type *m_array[_Count+1];
astring m_tag[_Count]; astring m_tag[_Count+1];
}; };
// optional shared pointer array finder // optional shared pointer array finder