Open CraigHutchinson opened 1 year ago
USD fails to compile when strict standard-conformance under MSVC is enabled https://learn.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-170 stb_image.h(4553): error C5208: unnamed class used in typedef
stb_image.h(4553): error C5208: unnamed class used in typedef
/permissive-
add_compile_options("$<$<COMPILE_LANG_AND_ID:CXX,MSVC>:/permissive->")
Windows, MSVC (VC2022 17.6.0 Preview 2)
Filed as internal issue #USD-8128
Description of Issue
USD fails to compile when strict standard-conformance under MSVC is enabled https://learn.microsoft.com/en-us/cpp/build/reference/permissive-standards-conformance?view=msvc-170
stb_image.h(4553): error C5208: unnamed class used in typedef
Steps to Reproduce
/permissive-
to MSVC commandline or via CMake:System Information (OS, Hardware)
Windows, MSVC (VC2022 17.6.0 Preview 2)
Build Flags
/permissive-