Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rest of C++ stdlib #4

Open
anderslanglands opened this issue Sep 17, 2022 · 0 comments
Open

Add rest of C++ stdlib #4

anderslanglands opened this issue Sep 17, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@anderslanglands
Copy link
Contributor

anderslanglands commented Sep 17, 2022

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
@anderslanglands anderslanglands added the good first issue Good for newcomers label Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant