Ben Pope
Perhaps you'll find this useful:
Thanks!
New failing tests (19) utility:string_ref_test2:msvc-14.0
Also reported on MS Connect now: https://connect.microsoft.com/VisualStudio/feedback/details/1150054
context:test_context:msvc-14.0 coroutine:test_symmetric_coroutine:msvc-14.0 coroutine:test_asymmetric_coroutine:msvc-14.0 coroutine2:test_coroutine:msvc-14.0
These seem to be fixed in the online compiler at http://webcompiler.cloudapp.net/.
tr1:std_test_mem_fn_tricky:msvc-14.0 tr1:test_mem_fn_tricky:msvc-14.0 tr1:std_test_ref_wrapper_tricky:msvc-14.0 tr1:test_ref_wrapper_tricky:msvc-14.0
These failing tests testing for std::unary_function and std::binary_function as base classes of std::reference_wrapper and std::mem_fn might be due to N4190 (removing deprecated <functional> stuff) and should probably be removed?
type_traits:has_nothrow_copy_test:msvc-14.0 type_traits:has_nothrow_assign_test:msvc-14.0 multiprecision:test_nothrow_cpp_rational:msvc-14.0 optional:optional_test_noexcept_move:msvc-14.0 function_types:interface_example:msvc-14.0 multi_index:test_key_extractors:msvc-14.0
No idea about these.