Skip to content

Commit

Permalink
unsigned
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed May 25, 2024
1 parent ae8aa8f commit 83da4bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/OpenImageIO/span.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ OIIO_NAMESPACE_BEGIN
# define OIIO_SPAN_SIZE_IS_UNSIGNED
#endif

#define OIIO_SPAN_SIZE_IS_UNSIGNED
#ifdef OIIO_SPAN_SIZE_IS_UNSIGNED
using oiio_span_size_type = size_t;
#else
Expand Down

0 comments on commit 83da4bb

Please sign in to comment.