JUCE
Macros
juce_CompilerSupport.h File Reference

Macros

#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. More...
 

Macro Definition Documentation

#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.

Referenced by MD5::getChecksumDataArray(), SharedResourcePointer< SharedObjectType >::operator->(), XmlElement::sortChildElements(), and OptionalScopedPointer< OutputStream >::swapWith().