We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02d267 commit 367d302Copy full SHA for 367d302
libs/3rdparty/etl/include/etl/tuple.h
@@ -1277,7 +1277,7 @@ namespace etl
1277
1278
namespace std
1279
{
1280
-#if ETL_NOT_USING_STL && !(defined(ETL_DEVELOPMENT_OS_APPLE) && defined(ETL_COMPILER_CLANG))
+#if ETL_NOT_USING_STL && !defined(ETL_COMPILER_CLANG)
1281
template <typename T>
1282
struct tuple_size;
1283
0 commit comments