Added C++0x support for 'extern' explicit template instantiation without the translation unit.

Added test cases.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11385 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matevz Jekovec 2009-07-11 20:13:36 +00:00
commit e1b5d43cd8
7 changed files with 14 additions and 9 deletions

View file

@ -403,7 +403,8 @@ CPP0X_TEST_CASES = \
cpp0x_template_double_brackets \
cpp0x_explicit_conversion_operators \
cpp0x_raw_string_literals \
cpp0x_static_assert
cpp0x_static_assert \
cpp0x_template_explicit
# cpp0x_constexpr # not supported by any compilers yet
# Broken C++0x test cases.