File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -104,18 +104,20 @@ struct code_location {
104
104
105
105
#ifndef DISABLE_SYCL_INSTRUMENTATION_METADATA
106
106
#define _CODELOCONLYPARAM (a ) \
107
- const detail::code_location a = detail::code_location::current()
107
+ const ::sycl::detail::code_location a = \
108
+ ::sycl::detail::code_location::current ()
108
109
#define _CODELOCPARAM (a ) \
109
- , const detail::code_location a = detail::code_location::current()
110
- #define _CODELOCPARAMDEF (a ) , const detail::code_location a
110
+ , const ::sycl::detail::code_location a = \
111
+ ::sycl::detail::code_location::current ()
112
+ #define _CODELOCPARAMDEF (a ) , const ::sycl::detail::code_location a
111
113
112
114
#define _CODELOCARG (a )
113
115
#define _CODELOCFW (a ) , a
114
116
#else
115
117
#define _CODELOCONLYPARAM (a )
116
118
#define _CODELOCPARAM (a )
117
119
118
- #define _CODELOCARG (a ) const detail::code_location a = {}
120
+ #define _CODELOCARG (a ) const ::sycl:: detail::code_location a = {}
119
121
#define _CODELOCFW (a )
120
122
#endif
121
123
You can’t perform that action at this time.
0 commit comments