Go to the source code of this file.
◆ CPPGC_DISALLOW_NEW
#define CPPGC_DISALLOW_NEW |
( |
| ) |
|
Value: public: \
void* operator new(size_t, void* location) { return location; } \
void* operator new(size_t) = delete; \
static_assert(true, "Force semicolon.")
Definition at line 14 of file macros.h.
◆ CPPGC_PLUGIN_IGNORE
#define CPPGC_PLUGIN_IGNORE |
( |
| bug_or_reason | ) |
|
◆ CPPGC_STACK_ALLOCATED
#define CPPGC_STACK_ALLOCATED |
( |
| ) |
|
Value:static_assert(true, "Force semicolon.")
Definition at line 44 of file macros.h.
◆ CPPGC_STACK_ALLOCATED_IGNORE
#define CPPGC_STACK_ALLOCATED_IGNORE |
( |
| bug_or_reason | ) |
|