FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
FastLED/src/cpp_compat.h at master · FastLED/FastLED · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
FastLED
/
FastLED
Public
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
7.5k
Code
Issues
216
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
FastLED
/
src
/
cpp_compat.h
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (13 loc) · 435 Bytes
Breadcrumbs
FastLED
/
src
/
cpp_compat.h
Copy path
File metadata and controls
21 lines (13 loc) · 435 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#pragma
once
/// @file cpp_compat.h
/// Compatibility functions based on C++ version
#ifndef
__INC_CPP_COMPAT_H
#define
__INC_CPP_COMPAT_H
#include
"fl/stl/static_assert.h"
#if
__cplusplus
<=
199711L
/// Declares that it is possible to evaluate a value at compile time, introduced in C++11
/// @see https://en.cppreference.com/w/cpp/language/constexpr
#define
constexpr
const
#endif
#include
"fl/stl/compiler_control.h"
#endif
Back
|
FazBrowse Home
|
New Git URL