Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clang => Clang

...

Anchor
basic exception safety
basic exception safety

basic exception safety [Stroustrup 01], [Sutter 00]
The basic exception safety guarantee is a property of an operation such that, if the operation terminates by raising an exception, it preserves program state invariants and prevents resource leaks. See also exception safety and strong exception safety.

Anchor
clang
clang

Clangclang
An open source C and C++ compiler. More information can be found at http://clang.llvm.org/.

...