In #834 we will require C++17. This will allow TODOs like
|
// This could be done with a simpler |
|
// template <auto fptr> struct function : function_base { ... }; |
|
// pattern in C++17... |
to be addressed, simplifying the code.
There is an internal reference to consult too.