https://issues.dlang.org/show_bug.cgi?id=19553
--- Comment #4 from Thomas Mader <[email protected]> --- One solution might be to add specializations for template function declarations so the optimization flag to the C++ compiler does not strip away those symbols. The problem is a minor one as nearly no one will ever get into such troubles. Normally you are aware of the flags you are giving to the compiler but many distributions use hardening flags so I think the problem might also occur if the testsuite is run within other distribution packaging contexts as well. If it is considered a needed and practical solution I could try to make a PR. --
