> 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:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Paul Gilmartin
Sent: Sunday, January 27, 2019 9:49 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: IARV64 - why ABEND rather than return with reason code?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to