NoAvailableAlias / nano-signal-slot

Pure C++17 Signals and Slots
MIT License
407 stars 60 forks source link

gcc 5.4 cannot permitted auto #23

Closed aitazhixin closed 6 years ago

aitazhixin commented 6 years ago

template ... cannot be permitted by c++17 in gcc.

NoAvailableAlias commented 6 years ago

There is hardly any c++17 support in gcc 5.4 compared to either 6 or 7.x

A gcc version >= 7 should have enough c++17 support although my testing was on 8.1 so ymmv