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.
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.