summaryrefslogtreecommitdiffstats
path: root/test/CXX/temp/temp.deduct.guide/p1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-1/+1
* Disallow explicit instantiation and explicit specialization for deduction gui...Richard Smith2017-02-091-0/+20
* Diagnose an attempt to give a deduction-guide a function body.Richard Smith2017-02-081-5/+5
* Fix constructor declarator detection for the case when the name is followed byRichard Smith2017-02-081-1/+1
* P0091R3: Improved syntactic checking of deduction-guides.Richard Smith2017-02-081-10/+25
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+73