eglowacki / zloty

YAGET development
MIT License
1 stars 0 forks source link

Remove RowPolicy #28

Closed eglowacki closed 3 years ago

eglowacki commented 3 years ago

comp::RowPolicy<T...> might not be needed and we may be able to pass variadic template parameters to Coordinator rather then use intermidiatery RowPolicy.

eglowacki commented 3 years ago

We are leaving this struct in place, since it serves as a way to expend customization by adding new using/types, all as constexpr.