From: Miro Jurisic (macdev_at_[hidden])
Date: 2004-09-19 00:33:26


In article <ciieha$70o$1_at_[hidden]>,
 "David B. Held" <dheld_at_[hidden]> wrote:

> Also, types ending in _t tend to be reserved for typedefs of fundamental
> types

All identifiers ending with _t are reserved by POSIX. Unless you are a part of a
language or library standard that is part of POSIX (which boost isn't), you
should stay away from all such identifiers.

meeroh