On 12/12/2014 03:58 PM, Kai Tietz wrote:
2014-12-12 21:15 GMT+01:00 Jason Merrill <ja...@redhat.com>:I think it would be better to call maybe_instantiate_noexcept so that we can have a definite answer.JasonHmm, for case that decl != NULL_TREE, this is ok. But what if decl is NULL_TREE?
We shouldn't have a deferred noexcept in that case. Jason