IAP GITLAB

Skip to content

Simple enabling and disabling of overloads

Hans Dembinski requested to merge simpler_concept_checks into master

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.

Merge request reports