Questions tagged [using-declaration]

Use this tag for questions related to the 'using' keyword in C++.

164 questions
12
votes
1 answer

Equality of template aliases

I try to create template alias which cannot be distinguished from original. So, I create traits to check when 2 templates (not types) are equal: template