The deprecated std::codecvt will be entirely removed in OpenEXR v4, but until then, its use in ImfMisc.cpp generates warnings.
OIIO implemented an alternative in AcademySoftwareFoundation/OpenImageIO#5107
Bring that into ImfMisc.cpp, to eliminate the compiler warning in a way that can be patched into v3.4.
The deprecated
std::codecvtwill be entirely removed in OpenEXR v4, but until then, its use in ImfMisc.cpp generates warnings.OIIO implemented an alternative in AcademySoftwareFoundation/OpenImageIO#5107
Bring that into ImfMisc.cpp, to eliminate the compiler warning in a way that can be patched into v3.4.