Skip to content

Add support for the detection idiom from library TS v2

Steffen Müthing requested to merge feature/add-detection-idiom-backport into master

This patch adds the detection idiom as proposed in N4502 to Dune::Std. If there is support in stdlib, that gets pulled in, otherwise we provide the (rather straightforward) fallback implementation - most of the diff is actually just Doxygen documentation for the feature.

Merge request reports