This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [PATCH][GSoC] Extend shared_ptr to support arrays


On 21/06/15 11:41 -0700, Tim Shen wrote:
_is_compatible -> __sp_is_compatible seems to be better.

It definitely needs to be of the form __lowercase or _Uppercase,
_lowercase is not OK.

If it's a member of shared_ptr the "sp" prefix is not really
necessary, as it won't be dumped in a namespace.


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