Oliver Stöneberg
Oliver Stöneberg
Sorry for the late reply. Will still take a while until I finish this up since I can't be bothered to do any extensive testing at the moment. > *...
Sorry for the late reply. Here's my test matrix with output: ``` MSYS2 MinGW x86 uname_S=MINGW32_NT-10.0-19045 MSYSTEM=MINGW32 MSYS2 MinGW x64 uname_S=MINGW64_NT-10.0-19045 MSYSTEM=MINGW64 MSYS2 MinGW Clang x64 uname_S=MINGW64_NT-10.0-19045 MSYSTEM=CLANG64 MSYS2 MinGW...
> Update: Interestingly it also seems there is no need for `-rdynamic` at all as it is never added because of the broken `MSYSTEM` check. Ah, okay. The `backtrace()` call...
Closing as the functionality is all there now and there is no need to mirror all the targets exactly (that was a bit obsessive TBH).
> ok I close this PR for now.. but feel free to clean up the code.. This would require introducing additional private `*Internal()` members which would not clean up the...
`const_cast` is for casting away `const`. In this case we are just changing the type without touching the `const` thus making it unnecessary.
> If the casts would change the type then const_cast would generate a compiler error right? So it seems it just casts away the constness. I assumed that `const_cast` is...
Partially superseded by #5720. Still lacks the `SymbolDatabase` adjustments. Even after that I would like to keep it open until the `static_cast` question has been answered.
#5720 also includes `SymbolDatabase` now - so this PR is complete obsolete.
Still no reply after more than six months - closing.