1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +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

@ -111,7 +111,7 @@ private:
// This private constructor is declared here to prevent you accidentally passing a
// String and having it unexpectedly call the constructor that takes a File.
explicit MD5 (const String&) JUCE_DELETED_FUNCTION;
explicit MD5 (const String&) = delete;
JUCE_LEAK_DETECTOR (MD5)
};