RMeli / irc

Transfrormation between Cartesian coordinates and redundant internal coordinates
MIT License
22 stars 8 forks source link

Does not compile on intel #20

Closed peterbygrave closed 6 years ago

peterbygrave commented 6 years ago

Many compiler errors on intel. Seems like it is a bit more strict on constructs like:

auto a{123}; // < evaluates to a std::initializer_list<int> auto a = 123; // < evaluate to a int

https://godbolt.org/g/dMV1Gc

I will fix them in entos whilst I compile on BC4 and port them back