Skip to content

Commit 367d302

Browse files
Fix std vs. etl ambiguous definitions of tuple_size
1 parent c02d267 commit 367d302

File tree

1 file changed

+1
-1
lines changed
  • libs/3rdparty/etl/include/etl

1 file changed

+1
-1
lines changed

libs/3rdparty/etl/include/etl/tuple.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ namespace etl
12771277

12781278
namespace std
12791279
{
1280-
#if ETL_NOT_USING_STL && !(defined(ETL_DEVELOPMENT_OS_APPLE) && defined(ETL_COMPILER_CLANG))
1280+
#if ETL_NOT_USING_STL && !defined(ETL_COMPILER_CLANG)
12811281
template <typename T>
12821282
struct tuple_size;
12831283

0 commit comments

Comments
 (0)