Richard Smith a54d32404c Take into account C++17's noexcept function types during merging -- it should
be possible to merge a declaration with an unresolved function type against one
with a resolved function type.

llvm-svn: 297316
2017-03-08 23:00:26 +00:00

4 lines
86 B
C

struct MergeExceptionSpec {
~MergeExceptionSpec(); // unevaluated exception spec
};