Skip to content

Commit

Permalink
Wokaround for DevCom-10678753
Browse files Browse the repository at this point in the history
  • Loading branch information
frederick-vs-ja committed Jun 9, 2024
1 parent 89a3826 commit e732cd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stl/inc/xhash
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ struct _Uhash_choose_transparency {
// transparency selector for non-transparent hashed containers
template <class>
using _Deduce_key = const _Kty&;

#if _HAS_CXX20 && defined(__EDG__) // TRANSITION, DevCom-10678753
template <class, class>
static constexpr bool _Supports_transparency = false;
#endif // _HAS_CXX20 && defined(__EDG__)
};

#if _HAS_CXX20
Expand Down

0 comments on commit e732cd2

Please sign in to comment.