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 default templates to std::unordered_map #3155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jkorvin
Copy link

@jkorvin jkorvin commented Sep 24, 2019

No description provided.

@scoder
Copy link
Contributor

scoder commented Sep 24, 2019

I would like to see in a test that this actually works and does something. 🤔

@jkorvin jkorvin force-pushed the master branch 2 times, most recently from 5c4c416 to fccdd81 Compare September 24, 2019 23:56
@scoder
Copy link
Contributor

scoder commented Oct 12, 2019

Since this requires C++11, this cannot just be added to libcpp_all.pyx but needs to go into a test file marked with the tag cpp11, such as cpp_stl_cpp11.pyx.

@scoder
Copy link
Contributor

scoder commented Oct 12, 2019

Note that you can a) embed C/C++ code snippets in your test files and b) do not need to extract declarations into .pxd files. They can also reside in the .pyx file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants