enabled the dont_AddRef feature, for when functions return an already AddRefed result, e.g. |mSmartPtr = dont_AddRef(GetThing());|
This commit is contained in:
Родитель
2f93f5ed90
Коммит
e42b720fb2
|
@ -247,6 +247,8 @@
|
|||
be part of the process of moving from experimental to production.
|
||||
*/
|
||||
|
||||
#define NSCAP_FEATURE_DONT_ADDREF
|
||||
|
||||
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS)
|
||||
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
|
||||
#endif
|
||||
|
|
|
@ -247,6 +247,8 @@
|
|||
be part of the process of moving from experimental to production.
|
||||
*/
|
||||
|
||||
#define NSCAP_FEATURE_DONT_ADDREF
|
||||
|
||||
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS)
|
||||
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
|
||||
#endif
|
||||
|
|
|
@ -247,6 +247,8 @@
|
|||
be part of the process of moving from experimental to production.
|
||||
*/
|
||||
|
||||
#define NSCAP_FEATURE_DONT_ADDREF
|
||||
|
||||
#if defined(__GNUG__) && (__GNUC_MINOR__ <= 90) && !defined(SOLARIS)
|
||||
#define NSCAP_NO_MEMBER_USING_DECLARATIONS
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче