C++11 std::reference_wrapper example - no support

This commit is contained in:
William S Fulton 2014-03-12 21:15:14 +00:00
commit a542c5277d
2 changed files with 37 additions and 0 deletions

View file

@ -530,6 +530,7 @@ CPP11_TEST_BROKEN = \
# cpp11_result_of \ # SWIG does not support
# cpp11_strongly_typed_enumerations \ # SWIG not quite getting this right yet in all langs
# cpp11_variadic_templates \ # Broken for some languages (such as Java)
# cpp11_reference_wrapper \ # No typemaps
#