mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Docs fix
This commit is contained in:
parent
4c2c51eaf4
commit
81013b0517
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue