openshot-audio  0.1.2
Macros
juce_CompilerSupport.h File Reference

Go to the source code of this file.

Macros

#define JUCE_DELETED_FUNCTION
 
#define noexcept   throw()
 
#define nullptr   (0)
 
#define override
 

Macro Definition Documentation

◆ JUCE_DELETED_FUNCTION

#define JUCE_DELETED_FUNCTION

This macro can be placed after a method declaration to allow the use of the C++11 feature "= delete" on all compilers. On newer compilers that support it, it does the C++11 "= delete", but on older ones it's just an empty definition.

◆ noexcept

#define noexcept   throw()

◆ nullptr

#define nullptr   (0)

◆ override

#define override