This is a follow-up to David's r211677. For the following code, we would end up referring to 'foo' in the initializer for 'arr', and then fail to link, because 'foo' is dllimport and needs to be accessed through the __imp_?foo.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This seems problematic for mingw, where I expect users probably use non-type template parameters of dllimported stuff. Is there another way we can handle this?