intel / intel/llvm

Compilation with -DVL=... crashes in type_list.hpp

Open
#2,981 27 comments 2 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.