added test_mix_3
This commit is contained in:
@@ -89,6 +89,11 @@ class Buffer
|
||||
return m_capacity/m_increment;
|
||||
}
|
||||
|
||||
T *raw() const
|
||||
{
|
||||
return &m_buffer[m_index];
|
||||
}
|
||||
|
||||
void reset()
|
||||
{
|
||||
m_index = 0;
|
||||
|
||||
Reference in New Issue
Block a user