-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
P2255R2 Type Traits To Detect References Binding To Temporaries #2534
Comments
I've contacted the compiler team about getting support for this. |
|
|
It's annoying that the number of constructors of |
We've picked up Clang 19 in #5247, so I believe this is now unblocked. |
P2255R2 Type Traits To Detect References Binding To Temporaries
LWG-3819
reference_
meow
s_from_temporary
should not useis_
meow
ible
LWG-4045
tuple
can create dangling references fromtuple-like
LWG-4148
unique_ptr::operator*
should not allow dangling referencesFeature-test macro:
The text was updated successfully, but these errors were encountered: