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:
parent
e55de57922
commit
28e03f0815
17 changed files with 140 additions and 241 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue