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 78be6b2 commit d343529Copy full SHA for d343529
flang/include/flang/ISO_Fortran_binding.h
@@ -169,7 +169,7 @@ template <int r> struct CdescStorage : public CFI_cdesc_t {
169
template <> struct CdescStorage<1> : public CFI_cdesc_t {};
170
template <> struct CdescStorage<0> : public CFI_cdesc_t {};
171
} // namespace cfi_internal
172
-#define CFI_CDESC_T(rank) cfi_internal::CdescStorage<rank>
+#define CFI_CDESC_T(rank) ::Fortran::ISO::cfi_internal::CdescStorage<rank>
173
#else
174
#define CFI_CDESC_T(_RANK) \
175
struct { \
@@ -200,8 +200,8 @@ RT_API_ATTRS int CFI_setpointer(
200
#ifdef __cplusplus
201
} // extern "C"
202
} // inline namespace Fortran_2018
203
-}
204
+} // namespace ISO
+} // namespace Fortran
205
#endif
206
207
#endif /* CFI_ISO_FORTRAN_BINDING_H_ */
0 commit comments