The latest version of this topic can be found at <cassert>.
Includes the Standard C library header <assert.h> and adds the associated names to the std namespace.
Syntax
#include <cassert>
Remarks
Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std namespace.
See Also
assert Macro, _assert, _wassert
Header Files Reference
STL Overview
Thread Safety in the C++ Standard Library