weak for Darwin

Benjamin Kosnik bkoz@redhat.com
Tue Nov 2 06:33:00 GMT 2004


>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



More information about the Libstdc++ mailing list