AcademySoftwareFoundation / OpenImageIO

Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.
https://openimageio.readthedocs.org
Apache License 2.0
1.98k stars 597 forks source link

api: Fold span_util.h contents into span.h #4402

Closed lgritz closed 2 months ago

lgritz commented 2 months ago

span_util.h is relatively new. I'm honestly no longer sure why I thought it was necessary to make a second file, but so little is in it that I now believe its contents should be folded into span.h to keep all the span-related definitions in once place. It's just not big enough to need to be divided into several headers.

lgritz commented 2 months ago

No objections all week -> merging