Hi there,
I'm hitting a rather difficult problem. I have to compile with RTTI data
structures generated because, even though I am not using dynamic_cast or typeid
in my application code, I am linking and using a library that does use
dynamic_cast. Therefore my code will crash if I compile wit
On 10 December 2018 18:17, David Blaikie wrote:
Possible that the online one isn't built with assertions enabled (you could
test this with other known crashers to see if they reproduce on godbolt with
assertion crash dumps or only with raw segfaults)? If that's the case,t hen
it's possible that
Hi,
Crazy question, but would someone kind be able to help me a little here. I have
a clang 4.0 installation on my linux laptop, which crashes when compiling this
code fragment:
template
constexpr auto fn1() { return X; }
template
auto fn2()
{
return ([]() {
static con
Hi,
I'm having a problem that maybe someone here knows a good solution to.
I have headers that use the clang type-trait built-ins, for example __is_void.
However, using these headers will throw spurious errors if certain system
headers are included before them.
Here is a minimal bit of code t
Hi,
I'm having a problem that maybe someone here knows a good solution to.
I have headers that use the clang type-trait built-ins, for example __is_void.
However, using these headers will throw spurious errors if certain system
headers are included before them.
Here is a minimal bit of code t