bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #37575] Incorrect return type for NSCharacterSet methods


From: Thomas Davie
Subject: [bug #37575] Incorrect return type for NSCharacterSet methods
Date: Tue, 16 Oct 2012 07:13:25 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14

Follow-up Comment #3, bug #37575 (project gnustep):

Just as a quick addendum... Apple added support for a new type "instancetype"
in clang, which represents the instance type of whatever class the method is
running in.  They still use id as the return type for their init methods, but
it strikes me that alloc/init is the perfect place to use it.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37575>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]