This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH][GSoC] Extend shared_ptr to support arrays
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Tim Shen <timshen at google dot com>
- Cc: Fan You <youfan dot noey at gmail dot com>, libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Thu, 25 Jun 2015 17:44:55 +0100
- Subject: Re: [PATCH][GSoC] Extend shared_ptr to support arrays
- Authentication-results: sourceware.org; auth=none
- References: <20150612090414 dot GP12728 at redhat dot com> <CALvpekG4+YxSVz+jm_quo20=2bWYXnkBFrjDyBu6eYXW4YarHQ at mail dot gmail dot com> <20150615093829 dot GA21485 at redhat dot com> <CALvpekE2a8qi8qRjdzsDOi2OCRJw_ccYd1CrL6z68rLFW0fK0g at mail dot gmail dot com> <20150616132839 dot GA13009 at redhat dot com> <CALvpekFiRrz2UHTvGh+aqnkQPdL-Y=O-vRUXhxwVs-Wz+5v-RA at mail dot gmail dot com> <CAG4ZjNnyp7Tax3CU0BAnbR0DSo6Xc+z8S7+3BSkYSyPpUpyu6g at mail dot gmail dot com> <CALvpekEmLhme8=FnRRVX3afpU5LkWyrbsJBzW6S6bPUYtRP=gg at mail dot gmail dot com> <CALvpekF3MfgGxuQcPNc2k9eJ1ZWHOSngDu0OC+oBXnvQs6VzpA at mail dot gmail dot com> <CAG4ZjNmMWnwWffnNScVS4aOmT3Twqb1rffngWqLfpB3FiVL=0Q at mail dot gmail dot com>
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.