Inferno
0.2
|
Property indicating whether a New/Delete is global. More...
#include <cpptree.hpp>
Property indicating whether a New/Delete is global.
New/Delete is global if it has :: in front of it. This differentiates when placement args are given as follows: Global: must be one placement arg, it is address to construct at NonGlobal: all placement args go to a corresponding operator new which returns address to construct at TODO bring these in line with Call etc
Definition at line 688 of file cpptree.hpp.