mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Removed ETL_STATIC_CONSTANT
This commit is contained in:
parent
ce7ce3bb72
commit
8f6055e99b
@ -249,7 +249,6 @@ SOFTWARE.
|
||||
#define ETL_CONSTEXPR constexpr
|
||||
#define ETL_CONSTEXPR11 constexpr // Synonym for ETL_CONSTEXPR
|
||||
#define ETL_CONSTANT constexpr
|
||||
#define ETL_STATIC_CONSTANT constexpr
|
||||
#define ETL_DELETE = delete
|
||||
#define ETL_EXPLICIT explicit
|
||||
#define ETL_OVERRIDE override
|
||||
@ -271,7 +270,6 @@ SOFTWARE.
|
||||
#define ETL_CONSTEXPR
|
||||
#define ETL_CONSTEXPR11
|
||||
#define ETL_CONSTANT const
|
||||
#define ETL_STATIC_CONSTANT static const
|
||||
#define ETL_DELETE
|
||||
#define ETL_EXPLICIT
|
||||
#define ETL_OVERRIDE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user