Richard Smith c32d261e27 Don't diagnose a redeclaration of a deduction guide if the prior
declaration is not visible.

In passing, add a test for a similar case of conflicting redeclarations
of internal-linkage structured bindings. (This case already works).
2020-06-12 10:29:01 -07:00

5 lines
91 B
Plaintext

module Decls {
header "decls.h"
explicit module Unimported { header "unimported.h" }
}