static function lookup from a template function issue with xlC

前端 未结 2 922
执念已碎
执念已碎 2021-01-04 23:16

While I was searching for clues about a compilation problem I have had in my source, I have come across this bug report (against Mozilla\'s JavaScript engine source) related

2条回答
  •  粉色の甜心
    2021-01-05 00:15

    V12.1 of the compiler has the new behaviour by default.

    If you are using an earlier version of the xlC compiler use option -qdebug=KeepUnqualifiedStaticCandidate

提交回复
热议问题