Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -1/+1 |
* | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -1/+1 |
* | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -1/+1 |
* | Implement C++ DR727, which permits explicit specializations at class scope. | Richard Smith | 2018-03-16 | 1 | -1/+1 |
* | Disallow explicit instantiation and explicit specialization for deduction gui... | Richard Smith | 2017-02-09 | 1 | -0/+20 |
* | Diagnose an attempt to give a deduction-guide a function body. | Richard Smith | 2017-02-08 | 1 | -5/+5 |
* | Fix constructor declarator detection for the case when the name is followed by | Richard Smith | 2017-02-08 | 1 | -1/+1 |
* | P0091R3: Improved syntactic checking of deduction-guides. | Richard Smith | 2017-02-08 | 1 | -10/+25 |
* | P0091R3: Implement basic parsing support for C++17 deduction-guides. | Richard Smith | 2017-02-07 | 1 | -0/+73 |