Author: Craig Silverstein Date: To: 676 CC: pcre-dev Subject: Re: [pcre-dev] [Bug 676] pcre 7.4 and 7.6 core dumped on aix 4.3.3.0
} The good news is that it works very well with gcc. But we will have
} a problem of handling xlc and gcc mixture.
Glad to hear it works on gcc. I wonder what could be different about
the compilers that is causing a problem.
} May be native libraries are failing to handle the allocation and
} cleaning of memory. Thats just shooting in the darkness, I have no
} idea of type traits.
The type_traits code is used just to optimize some vector<StringPiece>
operations. In theory, this shouldn't affect program correctness one
way or the other.