mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Fixed find/replace editing error.
This commit is contained in:
parent
2cf1fded21
commit
bf7567c6d8
@ -72,8 +72,8 @@ SOFTWARE.
|
||||
defined(ETL_COMPILER_TI_MSP430) || \
|
||||
defined(ETL_COMPILER_IAR) || \
|
||||
(defined(ETL_COMPILER_GCC) && (__cplusplus < 201103L))
|
||||
#define ETL_ETL_NO_NULLPTR_SUPPORT
|
||||
#define ETL_ETL_NO_LARGE_CHAR_SUPPORT
|
||||
#define ETL_NO_NULLPTR_SUPPORT
|
||||
#define ETL_NO_LARGE_CHAR_SUPPORT
|
||||
#endif
|
||||
|
||||
// Check to see if the compiler supports static_assert.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user