Python C++11 hash tables compilation fixes
- std::unordered_map compilation fix when just using std_unordered_map.i standalone - std::unordered_multimap compilation fix when just using std_unordered_multimap.i standalone - Add in the standalone unordered STL test cases Closes #1319
This commit is contained in:
parent
c33f352069
commit
2f31c3e94e
4 changed files with 65 additions and 47 deletions
|
|
@ -85,6 +85,10 @@ CPP11_TEST_CASES = \
|
|||
cpp11_shared_ptr_nullptr_in_containers \
|
||||
cpp11_shared_ptr_overload \
|
||||
cpp11_shared_ptr_upcast \
|
||||
cpp11_std_unordered_map \
|
||||
cpp11_std_unordered_multimap \
|
||||
cpp11_std_unordered_multiset \
|
||||
cpp11_std_unordered_set \
|
||||
|
||||
C_TEST_CASES += \
|
||||
file_test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue