Ubuntu – How to define a 'concept' that uses a 'concept' in C++ 20?
I am studying concepts in C++ 20, and came up with the need of defining a concept using a previous defined concept. So, in the example below I expected f<pub_b>() to generate a compiler error, since events_published in pub_b does…