> o No facility to increment a pointer.
template<typename T> static inline T *PointerAdd(const T *ptr, const int
increment)
{
return (T *)( reinterpret_cast<const char *>(ptr)+increment );
}
Charles
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Paul Gilmartin
Sent: Sunday, January 27, 2019 9:49 PM
To: [email protected]
Subject: Re: IARV64 - why ABEND rather than return with reason code?
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN