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

Allow std::vector<T*> #330

Open
adetaylor opened this issue Apr 1, 2021 · 1 comment
Open

Allow std::vector<T*> #330

adetaylor opened this issue Apr 1, 2021 · 1 comment
Labels
cpp-feature C++ feature not yet supported

Comments

@adetaylor
Copy link
Collaborator

The ortools example in #260 requires this. A pre-requisite is dtolnay/cxx#795.

@adetaylor adetaylor added the cpp-feature C++ feature not yet supported label Apr 1, 2021
@makai410
Copy link

std::vector<T*> and std::vector<const T*> are supported in dtolnay/cxx#1375 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp-feature C++ feature not yet supported
Projects
None yet
Development

No branches or pull requests

2 participants