instantiation, use the set of modules visible from the template definition, not from whichever declaration the specialization was instantiated from. llvm-svn: 241662
5 lines
69 B
Plaintext
5 lines
69 B
Plaintext
module X {
|
|
module A { header "a.h" }
|
|
module B { header "b.h" }
|
|
}
|