Title
Specifying a concept map in the name of a specialization
Status
concepts
Section
13.3 [temp.names]
Submitter
James Widman

Created on 2009-04-13.00:00:00 last changed 178 months ago

Messages

Date: 2009-04-13.00:00:00

There is no way to specify a concept map in the name of a specialization. It would be useful to be able to do something like

    void g(int n) {
        f<int : N::concept_map A<int>>(n);
    }

(See also issue 867.)

History
Date User Action Args
2009-08-03 00:00:00adminsetstatus: open -> concepts
2009-04-13 00:00:00admincreate