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.
any_isa
1 parent b3b36d3 commit 2e36afcCopy full SHA for 2e36afc
llvm/include/llvm/ADT/Any.h
@@ -119,7 +119,6 @@ class LLVM_ABI Any {
119
template <class T> friend T any_cast(Any &&Value);
120
template <class T> friend const T *any_cast(const Any *Value);
121
template <class T> friend T *any_cast(Any *Value);
122
- template <typename T> friend bool any_isa(const Any &Value);
123
124
std::unique_ptr<StorageBase> Storage;
125
};
0 commit comments