https://github.com/OpenImageIO/oiio/pull/238
New ASSERTMSG and DASSERTMSG.
They allow even more flexible assertion messages with full printf argument
generality.
Example:
ASSERTMSG (a[i] == 0, "bad array value, a[%d] = %g", i, a[i]);
--
Larry Gritz
[email protected]
_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
