-
Notifications
You must be signed in to change notification settings - Fork 13.4k
P2255R2: A type trait to detect reference binding to temporary #105180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
c++23
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
wg21 paper
Issues representing the implementation of a WG21 paper
Comments
Merged
2 tasks
H-G-Hristov
added a commit
to H-G-Hristov/llvm-project
that referenced
this issue
Feb 25, 2025
…nding to temporary" Implements partially: P2255R2: A type trait to detect reference binding to temporary llvm#105180 https://eel.is/c++draft/meta.type.synop https://eel.is/c++draft/meta.unary.prop Implented type traits: - [x] `reference_constructs_from_temporary` - [x] `reference_converts_from_temporary`
H-G-Hristov
added a commit
to H-G-Hristov/llvm-project
that referenced
this issue
Feb 25, 2025
…nding to temporary" Implements partially: P2255R2: A type trait to detect reference binding to temporary llvm#105180 https://eel.is/c++draft/meta.type.synop https://eel.is/c++draft/meta.unary.prop Implented type traits: - [x] `reference_constructs_from_temporary` - [x] `reference_converts_from_temporary`
H-G-Hristov
added a commit
to H-G-Hristov/llvm-project
that referenced
this issue
Feb 25, 2025
…nding to temporary" Implements partially: P2255R2: A type trait to detect reference binding to temporary llvm#105180 https://eel.is/c++draft/meta.type.synop https://eel.is/c++draft/meta.unary.prop Implented type traits: - [x] `reference_constructs_from_temporary` - [x] `reference_converts_from_temporary`
H-G-Hristov
added a commit
to H-G-Hristov/llvm-project
that referenced
this issue
Feb 25, 2025
…nding to temporary" Implements partially: P2255R2: A type trait to detect reference binding to temporary llvm#105180 https://eel.is/c++draft/meta.type.synop https://eel.is/c++draft/meta.unary.prop Implented type traits: - [x] `reference_constructs_from_temporary` - [x] `reference_converts_from_temporary`
H-G-Hristov
added a commit
to H-G-Hristov/llvm-project
that referenced
this issue
Feb 25, 2025
…nding to temporary" Implements partially: P2255R2: A type trait to detect reference binding to temporary llvm#105180 https://eel.is/c++draft/meta.type.synop https://eel.is/c++draft/meta.unary.prop Implented type traits: - [x] `reference_constructs_from_temporary` - [x] `reference_converts_from_temporary`
H-G-Hristov
added a commit
to H-G-Hristov/llvm-project
that referenced
this issue
Feb 25, 2025
…nding to temporary" Implements partially: P2255R2: A type trait to detect reference binding to temporary llvm#105180 https://eel.is/c++draft/meta.type.synop https://eel.is/c++draft/meta.unary.prop Implented type traits: - [x] `reference_constructs_from_temporary` - [x] `reference_converts_from_temporary`
philnik777
pushed a commit
that referenced
this issue
Mar 8, 2025
…nding to temporary" (#128649) Implements partially: [P2255R2: A type trait to detect reference binding to temporary](https://wg21.link/P2255R2) Issue: #105180 https://eel.is/c++draft/meta.type.synop https://eel.is/c++draft/meta.unary.prop Implented type traits: - [x] `reference_constructs_from_temporary` - [x] `reference_converts_from_temporary` Closes #129049 Minor drive-by tweak to `std::is_implicit_lifetime` tests. --------- Co-authored-by: Hristo Hristov <[email protected]>
llvm-sync bot
pushed a commit
to arm/arm-toolchain
that referenced
this issue
Mar 8, 2025
…eference binding to temporary" (#128649) Implements partially: [P2255R2: A type trait to detect reference binding to temporary](https://wg21.link/P2255R2) Issue: llvm/llvm-project#105180 https://eel.is/c++draft/meta.type.synop https://eel.is/c++draft/meta.unary.prop Implented type traits: - [x] `reference_constructs_from_temporary` - [x] `reference_converts_from_temporary` Closes #129049 Minor drive-by tweak to `std::is_implicit_lifetime` tests. --------- Co-authored-by: Hristo Hristov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
c++23
libc++
libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.
wg21 paper
Issues representing the implementation of a WG21 paper
Link: https://wg21.link/P2255R2
The text was updated successfully, but these errors were encountered: