Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6324 → Rev 6325

/contrib/sdk/sources/libstdc++-v3/include/ext/rope
1876,8 → 1876,9
const allocator_type& __a = allocator_type())
: _Base(__a)
{
this->_M_tree_ptr = (0 == __len) ?
0 : _S_new_RopeFunction(__fn, __len, __delete_fn, __a);
this->_M_tree_ptr = (0 == __len)
? 0
: _S_new_RopeFunction(__fn, __len, __delete_fn, _M_get_allocator());
}
 
rope(const rope& __x, const allocator_type& __a = allocator_type())