Is it possible to access/use any of the Standard concepts(list of standard concepts?) or Named Requirements on existing set of compilers?
While I am able to access concepts support in gcc using -fconcepts -Dconcept="concept bool", I'm unable to use any of the named requirements. I've tried TriviallyCopyable which is marked as supported since C++11 on the CPP Reference page.