Missing closing )

This commit is contained in:
jwellbelove 2016-12-13 09:46:03 +00:00
parent 315e4c4d4f
commit 98a09ca07c

View File

@ -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