diff options
Diffstat (limited to 'flang/lib/Semantics/check-coarray.cpp')
| -rw-r--r-- | flang/lib/Semantics/check-coarray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/lib/Semantics/check-coarray.cpp b/flang/lib/Semantics/check-coarray.cpp index 106af7960fa9..6cf61a6b923d 100644 --- a/flang/lib/Semantics/check-coarray.cpp +++ b/flang/lib/Semantics/check-coarray.cpp @@ -93,7 +93,7 @@ static void CheckCoindexedStatOrErrmsg(SemanticsContext &context, } } }}; - std::visit(CoindexedCheck, statOrErrmsg.u); + Fortran::common::visit(CoindexedCheck, statOrErrmsg.u); } static void CheckSyncStatList( |
