Skip to content

Commit

Permalink
Fix on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
aelovikov-intel committed Nov 26, 2024
1 parent e5b3c4b commit 0bf8359
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sycl/include/sycl/ext/intel/experimental/pipes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@ class pipe_base {
// before that. Make sure we use "inline" everywhere except when compiling
// `pipes.cpp` so that we'd still provide this backward-compatibility ABI symbol
// via `pipes.cpp` TU.
#ifdef __SYCL_PIPES_CPP
__SYCL_EXPORT
#ifndef __SYCL_PIPES_CPP
#ifdef WIN32
inline
#endif
#else
inline
#endif
std::string
Expand Down

0 comments on commit 0bf8359

Please sign in to comment.