From 0353b975f8f77b03955aa0a206aaa9e01a1818dd Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Mon, 10 Feb 2020 08:01:10 +0300 Subject: [PATCH] Fix MSVC-11 compilation error. (#30) The compiler supports std::exception_ptr but does not support uniform initialization syntax. Co-authored-by: Emil Dotchevski