rvalue references support in error_info

This commit is contained in:
Emil Dotchevski
2015-03-24 15:44:28 -07:00
parent c1f6b743e4
commit 5a040eedf5
4 changed files with 247 additions and 2 deletions

View File

@ -35,6 +35,7 @@ run enable_error_info_test.cpp helper1.cpp ;
run throw_exception_test.cpp helper2.cpp ;
run errno_test.cpp ;
run error_info_test.cpp ;
run error_info_rv_test.cpp ;
run diagnostic_information_test.cpp ;
run refcount_ptr_test.cpp ;
run current_exception_cast_test.cpp ;