fix ctad warning in llvm

This commit is contained in:
Jordan Maples [MSFT]
2019-11-15 12:11:44 -08:00
parent 71ec9f84d8
commit d0e5daf441
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ int narrow_no_throw()
void setup_termination_handler() noexcept
{
#if defined(_MSC_VER)
#if defined(GSL_MSVC_USE_STL_NOEXCEPTION_WORKAROUND)
auto& handler = gsl::details::get_terminate_handler();
handler = &test_terminate;