$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stephen Cleary (scleary_at_[hidden])
Date: 2000-06-21 09:37:09
I would recommend the following:
. Make size(), empty(), and max_size() all static functions
. Have empty() just return false, since N cannot be 0 due to
language rules
. Provide "operator pointer() const { return data; }" (not sure
about this one)
Why aren't std::equal, std::lexicographical_compare, and
std::swap_ranges used for swapping and relational operations?
-Steve