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: weak for Darwin



On 01/11/2004, at 10:31 PM, Benjamin Kosnik wrote:



libstdc++-v3/config/os/bsd/darwin ?

Right.


Can't this:

_GLIBCXX_WEAK_DEFINITION void
  operator delete (void *ptr) throw ()

be:

  void
  operator delete (void *ptr) throw () _GLIBCXX_WEAK_DEFINITION

It can, but I think the first is more correct, since 'weak' applies to the declaration, not the type (like 'static').

Attachment: smime.p7s
Description: S/MIME cryptographic signature


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