C5T / Current

C++ framework for realtime machine learning.
https://medium.com/dima-korolev/current-for-realtime-machine-learning-4f04aa8ab81a
97 stars 29 forks source link

`TypeListSize<TypeListImpl<...>>` no longer requires `::value`. #875

Closed dkorolev closed 4 years ago

dkorolev commented 4 years ago

I'd rather make this change now, before it's too late.

Also, ran our regression tests. Impressive they still build and pass.

Thanks, Dima