mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Missing closing )
This commit is contained in:
parent
315e4c4d4f
commit
98a09ca07c
@ -77,7 +77,7 @@ SOFTWARE.
|
||||
#endif
|
||||
|
||||
// Check to see if the compiler supports static_assert.
|
||||
#if (defined(ETL_COMPILER_MICROSOFT) && (_MSC_VER >= 1600) || \
|
||||
#if (defined(ETL_COMPILER_MICROSOFT) && (_MSC_VER >= 1600)) || \
|
||||
(defined(ETL_COMPILER_GCC) && (__cplusplus >= 201103L))
|
||||
#define ETL_STATIC_ASSERT_SUPPORTED
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user