Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk