$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Dave Abrahams (abrahams_at_[hidden])
Date: 2000-01-02 12:24:30
Another possible name choice would be static_array
You need std:: qualifications on your use of size_t. This is one reason I
tried to convince you to use explicit qualification everywhere in the book!
PRINT_ELEMENTS is all uppercase, a convention we should reserve for
preprocessor macros.
-Dave