Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
pjc50
on July 22, 2016
|
parent
|
context
|
favorite
| on:
LLVM Programmer’s Manual
My second point is that with exceptions you can't guarantee the assignment of two objects, because the assignment operator can throw.
plorkyeran
on July 22, 2016
[–]
This was somewhat of a problem in C++03 because writing a copy assignment operator that can't fail is sometimes impossible, but I have never encountered a scenario where I was unable to make move assignment noexcept.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: