You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are basically two separate interfaces for specifying transitions, row which works for C++17 only, and mem_fn_row which works since C++11. With C++17 support widely available now (except maybe for embedded), it's maybe time to drop mem_fn_row and C++11 support altogether.
See also #21 about dropping basic_row along the way.
The text was updated successfully, but these errors were encountered:
There are basically two separate interfaces for specifying transitions,
row
which works for C++17 only, andmem_fn_row
which works since C++11. With C++17 support widely available now (except maybe for embedded), it's maybe time to dropmem_fn_row
and C++11 support altogether.See also #21 about dropping
basic_row
along the way.The text was updated successfully, but these errors were encountered: