Compilation with -DVL=... crashes in type_list.hpp
Open
confirmed
enhancement
good first issue
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
This code in CL/sycl/detail/type_list.hpp `template ` causes compilation error if user specifies `-DVL=` option on the command line. `VL` is a popular acronym for "vector length", people may use it as a macro in their programs.
Names which can clash with user space should start with underscore(s). E.g. `template `.
Contributor guide
Assessment
This issue has not been assessed yet.