__GNU_G__ -> __GNUG__
PR: gnu/4188 Submitted by: Dustin Sallings <dustin@spy.net>
This commit is contained in:
parent
1393383a2e
commit
2ddd302d75
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28139
@ -422,7 +422,7 @@ void deque<T>::allocate_at_begin() {
|
||||
if (start.node == map) {
|
||||
difference_type i = finish.node - start.node;
|
||||
map_size = (i + 1) * 2;
|
||||
#ifdef __GNU_G__
|
||||
#ifdef __GNUG__
|
||||
map_pointer tmp = map_allocator_type::allocate(map_size);
|
||||
copy(start.node, finish.node + 1, tmp + map_size / 4 + 1);
|
||||
map_allocator_type::deallocate(map);
|
||||
|
Loading…
Reference in New Issue
Block a user