array/darray: style
This commit is contained in:
parent
ddbdfacae7
commit
d0d55d8bc9
@ -137,6 +137,7 @@ namespace cruft {
|
||||
return m_data.objects + m_size++;
|
||||
}
|
||||
|
||||
|
||||
iterator push_back (value_type &&val)&
|
||||
{
|
||||
CHECK_LT (m_size, CapacityV);
|
||||
|
Loading…
Reference in New Issue
Block a user