llvm-project
d3b98559 - Add exception guard for constructor vector(n, x, a) (#113086)

Commit
338 days ago
Add exception guard for constructor vector(n, x, a) (#113086) Added exception guard to the `vector(n, x, a)` constructor to enhance exception safety. This change ensures that the `vector(n, x, a)` constructor is consistent with other constructors, such as `vector(n)`, `vector(n, x)`, `vector(n, a)`, in terms of exception safety.
Author
Parents
Loading