summaryrefslogtreecommitdiffstats
path: root/test/CXX/temp/temp.deduct.guide
Commit message (Expand)AuthorAgeFilesLines
* Implement C++ DR727, which permits explicit specializations at class scope.Richard Smith2018-03-161-1/+1
* Fix a couple of cases where we would fail to correctly parse deduced class te...Richard Smith2018-02-281-2/+2
* [c++1z] Enforce restriction that deduction guide is declared in the same scop...Richard Smith2017-02-101-10/+10
* [c++1z] Disallow deduction guides with deduced types that don't syntactically...Richard Smith2017-02-101-5/+3
* Disallow explicit instantiation and explicit specialization for deduction gui...Richard Smith2017-02-091-0/+20
* [c++1z] P0091R3: Basic support for deducing class template arguments via dedu...Richard Smith2017-02-091-1/+2
* 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-073-0/+161