Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions src/include/OpenImageIO/detail/fmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
# define FMT_HEADER_ONLY
#endif

// Disable fmt exceptions
#ifndef FMT_EXCEPTIONS
# define FMT_EXCEPTIONS 0
#endif

#if OIIO_VERSION_LESS(3, 1, 2)
/* DEPRECATED -- remove at next ABI compatibility boundary */
OIIO_NAMESPACE_3_1_BEGIN
Expand All @@ -29,12 +24,6 @@ log_fmt_error(const char* message);
OIIO_NAMESPACE_3_1_END
#endif

// Use the grisu fast floating point formatting for old fmt versions
// (irrelevant for >= 7.1).
#ifndef FMT_USE_GRISU
# define FMT_USE_GRISU 1
#endif

// fmt 8.1 stopped automatically enabling formatting of anything that supports
// ostream output. This breaks a lot! Re-enable this old behavior.
// NOTE: fmt 10.0 removed this support entirely.
Expand Down
Loading