FastLED 3.9.15
Loading...
Searching...
No Matches
cpp_compat.h
Go to the documentation of this file.
1#pragma once
2
5
6#ifndef __INC_CPP_COMPAT_H
7#define __INC_CPP_COMPAT_H
8
9#include "FastLED.h"
10
11#if __cplusplus <= 199711L
12
15#define static_assert(expression, message)
16
19#define constexpr const
20
21#else
22
23// things that we can turn on if we're in a C++11 environment
24#endif
25
26#include "fl/register.h"
27
28#endif
central include file for FastLED, defines the CFastLED class/object