Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [c++20] Add support for explicit(bool), as described in P0892R2. | Richard Smith | 2019-05-09 | 1 | -4/+4 |
* | Revert r359949 "[clang] adding explicit(bool) from c++2a" | Hans Wennborg | 2019-05-06 | 1 | -4/+4 |
* | [clang] adding explicit(bool) from c++2a | Nicolas Lesser | 2019-05-04 | 1 | -4/+4 |
* | Fix a couple of cases where we would fail to correctly parse deduced class te... | Richard Smith | 2018-02-28 | 1 | -2/+2 |
* | [c++1z] Enforce restriction that deduction guide is declared in the same scop... | Richard Smith | 2017-02-10 | 1 | -10/+10 |
* | [c++1z] Disallow deduction guides with deduced types that don't syntactically... | Richard Smith | 2017-02-10 | 1 | -5/+3 |
* | P0091R3: Implement basic parsing support for C++17 deduction-guides. | Richard Smith | 2017-02-07 | 1 | -0/+74 |