Fix C++11 type aliasing seg fault.

Closes #424
This commit is contained in:
William S Fulton 2015-06-09 07:49:25 +01:00
commit 117f6d0026
5 changed files with 72 additions and 2 deletions

View file

@ -543,6 +543,7 @@ CPP11_TEST_CASES = \
cpp11_template_explicit \
cpp11_template_typedefs \
cpp11_type_traits \
cpp11_type_aliasing \
cpp11_uniform_initialization \
cpp11_unrestricted_unions \
cpp11_userdefined_literals \