$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kevlin Henney (Kevlin.Henney_at_[hidden])
Date: 2000-01-10 05:22:25
>Good call. How about "Collection"?
Perhaps one problem with this is that collection already has connotations
for many C++ developers: it does not own or necessarily bound the lifetime
of its elements, whereas a container does.
Kevlin