зеркало из https://github.com/mozilla/gecko-dev.git
enabled the dont_AddRef feature, for when functions return an already AddRefed result, e.g. |mSmartPtr = dont_AddRef(GetThing());|
This commit is contained in:
Родитель
1b009c5957
Коммит
8b0ea58b42
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче