Closed peterbygrave closed 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
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