forked from OSchip/llvm-project
Update ARC docs as objc_storeStrong returns void not id
llvm-svn: 348429
This commit is contained in:
parent
ce3a2dcf70
commit
8adc72d176
|
@ -2284,7 +2284,7 @@ block exactly as if it had been sent the ``retain`` message.
|
|||
|
||||
.. _arc.runtime.objc_storeStrong:
|
||||
|
||||
``id objc_storeStrong(id *object, id value);``
|
||||
``void objc_storeStrong(id *object, id value);``
|
||||
----------------------------------------------
|
||||
|
||||
*Precondition:* ``object`` is a valid pointer to a ``__strong`` object which is
|
||||
|
|
Loading…
Reference in New Issue