C# - add std::list

This commit is contained in:
Adrien JUND 2017-11-04 16:09:33 +01:00 committed by William S Fulton
commit e7f9316e60
4 changed files with 904 additions and 5 deletions

View file

@ -26,7 +26,8 @@ CPP_TEST_CASES = \
enum_thorough_typesafe \
exception_partial_info \
intermediary_classname \
li_boost_intrusive_ptr
li_boost_intrusive_ptr \
li_std_list \
CPP11_TEST_CASES = \
cpp11_shared_ptr_const \