[flang-commits] [flang] [flang][openacc] Allow open acc routines from other modules. (PR #136012)
Peter Klausler via flang-commits
flang-commits at lists.llvm.org
Tue May 6 09:17:02 PDT 2025
================
@@ -127,6 +128,8 @@ class WithBindName {
// Device type specific OpenACC routine information
class OpenACCRoutineDeviceTypeInfo {
public:
+ OpenACCRoutineDeviceTypeInfo(Fortran::common::OpenACCDeviceType dType)
----------------
klausler wrote:
Should be `explicit` so that it isn't an implicit type conversion.
https://github.com/llvm/llvm-project/pull/136012
More information about the flang-commits
mailing list