This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Merge C++ conversion into trunk (4/6 - hash table rewrite)


On Wed, Aug 15, 2012 at 2:58 PM, Lawrence Crowl <crowl@google.com> wrote:
>
> I do not much like _t names either.

Also, names ending in _t are reserved by POSIX if you #include
<sys/types.h>.  Though that may only apply to global names, not to
types defined in classes or namespaces.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]