Skip to content

Commit

Permalink
apply LWG suggestion- feature test macro
Browse files Browse the repository at this point in the history
  • Loading branch information
huixie90 committed Feb 7, 2023
1 parent 2b296fe commit ee2e729
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions ref_wrapper_common_ref.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "`common_reference_t` of `reference_wrapper` Should Be a Reference Type"
document: P2655R2
date: 2023-01-29
document: P2655R3
date: 2023-02-07
audience: SG9, LEWG
author:
- name: Hui Xie
Expand All @@ -14,6 +14,11 @@ toc: true
---

# Revision History

## R3

- Added new feature test macro and renamed the old one

## R2

- Address issues with `common_reference` of any cv-qualified proxy types.
Expand Down Expand Up @@ -555,7 +560,8 @@ synopsis, with the value selected by the editor to reflect the date of adoption
of this paper:

```cpp
#define __cpp_lib_common_reference_reference_wrapper_specialized 20XXXXL // also in <functional>
#define __cpp_lib_common_reference 20XXXXL // also in <type_traits>
#define __cpp_lib_common_reference_wrapper 20XXXXL // also in <functional>
```
---
Expand Down

0 comments on commit ee2e729

Please sign in to comment.