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 45959de commit c8eeafbCopy full SHA for c8eeafb
llvm/include/llvm/ADT/IndexedMap.h
@@ -28,7 +28,6 @@ namespace llvm {
28
29
namespace detail {
30
template <class Ty> struct IdentityIndex {
31
- using is_transparent = void;
32
using argument_type = Ty;
33
34
Ty &operator()(Ty &self) const { return self; }
0 commit comments