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
I presume these lines are there for a reason (// Specialization: prevent construction of a TfRefPtr<TfRefBase>.). Maybe we can use the preprocessor to only compile them for C++17 and below?
Description of Issue
Steps to Reproduce
pxr/usd/sdf/layer.h
usingcxx_std_20
as a cmake compile featureSystem Information (OS, Hardware)
If this is just a general case of 'USD doesn't compile with C++ 20' the that's fine, but I wonder how much effort it would take to fix that.
The text was updated successfully, but these errors were encountered: