mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability
This commit is contained in:
parent
e5ddf29bf9
commit
8d09eaadb6
25 changed files with 76 additions and 148 deletions
|
|
@ -126,7 +126,7 @@ public:
|
|||
|
||||
private:
|
||||
//==============================================================================
|
||||
JSON() JUCE_DELETED_FUNCTION; // This class can't be instantiated - just use its static methods.
|
||||
JSON() = delete; // This class can't be instantiated - just use its static methods.
|
||||
};
|
||||
|
||||
} // namespace juce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue