1
0
Fork 0
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:
jules 2018-01-10 11:43:18 +00:00
parent e5ddf29bf9
commit 8d09eaadb6
25 changed files with 76 additions and 148 deletions

View file

@ -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