mirror of
https://github.com/microsoft/GSL.git
synced 2026-06-11 11:51:27 +02:00
fix ctad warning in llvm
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user