Simple enabling and disabling of overloads
Following up on #170 (closed), here is an implementation of utilities to remove methods and ctor implementations or overloads. It hides the use of SFINAE and std::enable_if behind a more readable interface.