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


>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 

Just curious,
benjamin


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