Added testcase for function objects.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11419 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
523817e4ee
commit
e949fa3cc7
3 changed files with 34 additions and 2 deletions
|
|
@ -405,11 +405,13 @@ CPP0X_TEST_CASES = \
|
|||
cpp0x_raw_string_literals \
|
||||
cpp0x_static_assert \
|
||||
cpp0x_template_explicit \
|
||||
cpp0x_thread_local \
|
||||
cpp0x_uniform_initialization \
|
||||
cpp0x_alternate_function_syntax
|
||||
cpp0x_alternate_function_syntax \
|
||||
cpp0x_function_objects
|
||||
# cpp0x_hash_types # not fully implemented yet
|
||||
# cpp0x_smart_pointers # not supported by standard library yet
|
||||
# cpp0x_constexpr # not supported by any compilers yet
|
||||
# cpp0x_thread_local # not supported by any compilers yet
|
||||
|
||||
# Broken C++0x test cases.
|
||||
CPP0X_TEST_BROKEN =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue