You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed inserter to __appender, moved functions into concat_impl namespace
For open-source SYCL bundle based on clang 17.0 and using GCC 10.2 toolchain
compilation error about ambiguous call to inserter was encountered. This was
because of name clash between the definition in this file and std::inserter.
Renaming helped resolve that.
Thank you @ZzEeKkAa for reportign this issue.
0 commit comments