lgarithm / drawings

a ray tracing engine in C++
3 stars 0 forks source link

Use clang? #7

Closed x1957 closed 8 years ago

x1957 commented 8 years ago

Is there any problems with using clang?

lgarithm commented 8 years ago

I developed it on mac, so it works best with clang. But there are some issues with lower version of GCC: i). keyword override not supported (at least not support at 4.6) ii). regex not fully supported until 4.9

lgarithm commented 8 years ago

some new features of template also not well supported in GCC, like keyword using So the linear module had been reimplemented in macro.