
19 Sep
2004
19 Sep
'04
5:33 a.m.
In article <ciieha$70o$1@sea.gmane.org>, "David B. Held" <dheld@codelogicconsulting.com> 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