1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00
This commit is contained in:
ed 2021-12-07 17:30:54 +00:00
parent 4c2c51eaf4
commit 81013b0517

View file

@ -23,6 +23,7 @@
namespace juce
{
#ifndef DOXYGEN
namespace detail
{
template <typename...>
@ -36,6 +37,7 @@ namespace detail
struct EqualityComparableToNullptr<T, Void<decltype (std::declval<T>() != nullptr)>>
: std::true_type {};
} // namespace detail
#endif
//==============================================================================
/** Some helper methods for checking a callable object before invoking with