mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
When calling NullCheckedInvocation::invoke with a capture-less lambda,
GCC 9.3 determines that the expression
std::declval<TheLambda>() != nullptr
is well-formed, and uses the version of invoke containing a nullptr
check. However, the compiler is also able to determine that this
expression can never be false, and emits a warning.
|
||
|---|---|---|
| .. | ||
| juce_ConsoleApplication.cpp | ||
| juce_ConsoleApplication.h | ||
| juce_Functional.h | ||
| juce_Result.cpp | ||
| juce_Result.h | ||
| juce_RuntimePermissions.cpp | ||
| juce_RuntimePermissions.h | ||
| juce_Uuid.cpp | ||
| juce_Uuid.h | ||
| juce_WindowsRegistry.h | ||