<div dir="ltr">The test:<div><br></div><div>\test\std\depr\exception.unexpected\set.unexpected\get_unexpected.pass.cpp<br></div><div><br></div><div>expects the initial unexpected handler to be non-NULL:</div><div><br></div><div><div><i>int main()</i></div><div><i>{</i></div><div><i>    </i></div><div><i>    std::unexpected_handler old = std::get_unexpected();</i></div><div><i>    // verify there is a previous unexpected handler</i></div><div><i>    assert(old);</i></div></div><div><br></div><div>Is that really a requirement?  <br></div></div>