開發平台(Platform): (Ex: Win10, Linux, ...)
Linux
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
g++ 7.3.0
記得以前這樣能編譯過 , 是因為新版編譯器問題嘛?
想在建構函數把this指標 assign 到 static 變數存放instance
https://gist.github.com/shihyu/9ef5b9a30e5221350fc1cbde00205627
可是現在無法編譯過, 想請問一下這是什麼原因?
謝謝