Tiramisu-Compiler / tiramisu

A polyhedral compiler for expressing fast and portable data parallel algorithms
http://tiramisu-compiler.org
MIT License
916 stars 132 forks source link

reserved identifier violation #216

Open elfring opened 5 years ago

elfring commented 5 years ago

I would like to point out that an identifier like “_H_TIRAMISU_CORE_does eventually not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

rbaghdadi commented 5 years ago

Hi @elfring , thanks. Good catch. Yes I agree. If you want to send a pull request this, we will be happy to accept it. There are few header files only, so it should not be a big trouble.