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

Replaced all instances of JUCE_CONSTEXPR with constexpr

This commit is contained in:
Tom Poole 2020-03-11 12:50:02 +00:00
parent e55de57922
commit 28e03f0815
17 changed files with 140 additions and 241 deletions

View file

@ -52,12 +52,6 @@
#include <juce_events/juce_events.h>
#include <juce_audio_devices/juce_audio_devices.h>
#if ! JUCE_HAS_CONSTEXPR
#ifndef JUCE_DEMO_RUNNER
#error "The juce_blocks_basics module requires a compiler that supports constexpr"
#endif
#else
namespace juce
{
class TouchSurface;
@ -89,5 +83,3 @@ namespace juce
#include "littlefoot/juce_LittleFootRunner.h"
#include "littlefoot/juce_LittleFootCompiler.h"
}
#endif