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
10
11#if __cplusplus <= 199711L
12
15#define constexpr const
16
17#endif
18
20
21#endif
Portable compile-time assertion wrapper.