C++11 strongly typed enum fixes for directors

Tests added for previous commit. Further refinements to patch #308 and
fixes #307.
This commit is contained in:
William S Fulton 2015-01-14 12:35:18 +00:00
commit fd8dcf44bf
6 changed files with 21 additions and 6 deletions

View file

@ -516,6 +516,7 @@ CPP11_TEST_CASES = \
cpp11_decltype \
cpp11_default_delete \
cpp11_delegating_constructors \
cpp11_director_enums \
cpp11_explicit_conversion_operators \
cpp11_final_override \
cpp11_function_objects \