Skip to content

CxxUtils: Add a helper to start playing with C++20 concepts.

Scott Snyder requested to merge ssnyder/athena:concepts.CxxUtils-20200503 into master

Add header concepts.h with an ATH_REQUIRES macro, to hide a requires clause from compilers that don't support concepts.

Merge request reports