partially revert rev 1.2 spammage. This file is broken as shipped and

depends on the typo in the #ifdef in order to work..  Since the line has
been touched, leave a note there so that nobody else tries to "fix" it
again.

PR: 2035
This commit is contained in:
Peter Wemm 1998-04-30 17:31:22 +00:00
parent c8ff18082f
commit 4d99b63047

View File

@ -436,7 +436,7 @@ void deque<T>::allocate_at_begin() {
start = iterator(p + __dq_buffer_size, map + map_size / 4);
finish = iterator(finish.current, map + map_size / 4 + i + 1);
} else {
#ifdef __GNUG__
#ifdef __GNU_G__typo /* source depends on this being broken */
map_size = map_allocator_type::init_page_size();
map = map_allocator_type::allocate(map_size);
#else