Alias template specialisation

Viewed 27443

Can alias templates (14.5.7) be explicitly specialised (14.7.3)?

My standard-fu fails me, and I can't find a compiler to test on.

The text "when a template-id refers to the specialization of an alias template" implies yes, but then the example appears to refer to something else, implying no.

NB. I'm working from n3242, one behind the FDIS, in which the title of this section is "Aliase templates". Lol.

4 Answers
Related