summaryrefslogtreecommitdiff
path: root/include/flang/AST/Decl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/flang/AST/Decl.h')
-rw-r--r--include/flang/AST/Decl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/flang/AST/Decl.h b/include/flang/AST/Decl.h
index a3248e3dc4..230968542a 100644
--- a/include/flang/AST/Decl.h
+++ b/include/flang/AST/Decl.h
@@ -1035,7 +1035,7 @@ static inline llvm::raw_ostream &operator<<(llvm::raw_ostream &O,
// Specialization selected when ToTy is not a known subclass of DeclContext.
template <class ToTy,
- bool IsKnownSubtype = ::llvm::is_base_of< DeclContext, ToTy>::value>
+ bool IsKnownSubtype = ::std::is_base_of< DeclContext, ToTy>::value>
struct cast_convert_decl_context {
static const ToTy *doit(const DeclContext *Val) {
return static_cast<const ToTy*>(Decl::castFromDeclContext(Val));