Added warning for initializer_list introduced in C++0x.

Added testcase cpp0x_initializer_list.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11540 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matevz Jekovec 2009-08-12 16:50:17 +00:00
commit dccbc68c70
4 changed files with 37 additions and 16 deletions

View file

@ -189,6 +189,7 @@
#define WARN_LANG_DIRECTOR_ABSTRACT 517
#define WARN_LANG_PORTABILITY_FILENAME 518
#define WARN_LANG_TEMPLATE_METHOD_IGNORE 519
#define WARN_LANG_INITIALIZER_LIST 520
/* -- Reserved (600-799) -- */