1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms

This commit is contained in:
Tom Poole 2018-04-17 18:46:55 +01:00
parent 45bfb9d095
commit c7c26fa9f0
33 changed files with 184 additions and 534 deletions

View file

@ -50,9 +50,9 @@
#include <juce_events/juce_events.h>
#include <juce_audio_devices/juce_audio_devices.h>
#if (! defined (JUCE_STDLIB_HAS_STD_FUNCTION_SUPPORT)) || (! defined (JUCE_HAS_CONSTEXPR))
#if ! JUCE_HAS_CONSTEXPR
#ifndef JUCE_DEMO_RUNNER
#error "juce_blocks_basics module requires your compiler to have a newer version of the standard library"
#error "The juce_blocks_basics module requires a compiler that supports constexpr"
#endif
#else