$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andy Glew (glew_at_[hidden])
Date: 2000-01-15 13:07:55
> > "queue" means ordered extracts. LIFO if nothing else;
> > or "priority_queue". No guarantees on internal order.
>
> Having LIFO as the "default" ordering of a queue disturbs me. Where I come
> from, Queues are normally FIFO, and Stacks are LIFO.
Sorry. mind-o.
Queues are FIFO, stacks are LIFO in my world too.