It is only a crash if the compiler optimize for this!=nullptr because
LocalInstantiationScope::getPartiallySubstitutedPack checks if 'this' is null.
(This is crashing when clang is compiled with GCC6)
Differential D20511
Fix crash while parsing variable template with variadic template arguments ogoffart on May 21 2016, 10:58 AM. Authored by
Details It is only a crash if the compiler optimize for this!=nullptr because (This is crashing when clang is compiled with GCC6)
Diff Detail |