You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The description of a class template includes a "Bases" section, but leaves it empty, when the only base is a template parameter to that class template.
This pattern is not as contrived as it may seem. It arises in some types of policy-based class factoring (as in Alexandrescu's Modern C++ Design) and also in template metaprogramming.
The text was updated successfully, but these errors were encountered:
The description of a class template includes a "Bases" section, but leaves it empty, when the only base is a template parameter to that class template.
Found in b3fc442
Input
Output
Notes
This pattern is not as contrived as it may seem. It arises in some types of policy-based class factoring (as in Alexandrescu's Modern C++ Design) and also in template metaprogramming.
The text was updated successfully, but these errors were encountered: