File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ void fence_local(
176
176
* \nonblocking
177
177
*/
178
178
template <typename T, typename GlobPtrType>
179
- constexpr
179
+ inline
180
180
void put_value_async (
181
181
// / [IN] Value to set
182
182
const T & newval,
@@ -193,7 +193,7 @@ void put_value_async(
193
193
* \nonblocking
194
194
*/
195
195
template <typename T, typename GlobPtrType>
196
- constexpr
196
+ inline
197
197
void get_value_async (
198
198
// / [OUT] Local pointer that will contain the value of the
199
199
// / global address
@@ -210,7 +210,7 @@ void get_value_async(
210
210
* \blocking
211
211
*/
212
212
template <typename T, typename GlobPtrType>
213
- constexpr
213
+ inline
214
214
void put_value (
215
215
// / [IN] Value to set
216
216
const T & newval,
@@ -226,7 +226,7 @@ void put_value(
226
226
* \blocking
227
227
*/
228
228
template <typename T, typename GlobPtrType>
229
- constexpr
229
+ inline
230
230
void get_value (
231
231
// / [OUT] Local pointer that will contain the value of the
232
232
// / global address
You can’t perform that action at this time.
0 commit comments