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++ std:: types are translated automatically when they are found to avoid parsing the standard library headers, which are not found. So far only std::string is implemented like this in bbl_extract::stdlib.
We need to add support for the rest of the stdlib types that appear in APIs, in particular in USD:
unique_ptr
shared_ptr
vector
map
unordered_map
set
The text was updated successfully, but these errors were encountered:
C++ std:: types are translated automatically when they are found to avoid parsing the standard library headers, which are not found. So far only std::string is implemented like this in bbl_extract::stdlib.
We need to add support for the rest of the stdlib types that appear in APIs, in particular in USD:
The text was updated successfully, but these errors were encountered: