You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C++17 is widely supported in compilers as of 2025, and tinyusdz can be compiled with C++17.
One reason staying with C++14 in tinyusdz is for python binding(manylinux2014), but we can deprecate manylinux2014 as time passes(Guess its ready to migrate to C++17 as default in 2026)
The text was updated successfully, but these errors were encountered:
C++17 is widely supported in compilers as of 2025, and tinyusdz can be compiled with C++17.
One reason staying with C++14 in tinyusdz is for python binding(manylinux2014), but we can deprecate manylinux2014 as time passes(Guess its ready to migrate to C++17 as default in 2026)
The text was updated successfully, but these errors were encountered: