I wanted to know what the equivalent of range__ macro will be in Mingw gcc. In my code I have something like this
__range(0, m_lBatchSize) LONG m_nBatched;
Now the __range macro looks like this
#define __range(lb,ub) __allowed(on_return)
My question is how can I define this macro for Mingw ?
Aucun commentaire:
Enregistrer un commentaire