std::ios_base::~ios_base
Min standard notice:
Destroys the ios_base object.
# Declarations
virtual ~ios_base();
# Defect reports
| DR | Applied to | Behavior as published | Correct behavior |
|---|---|---|---|
| LWG 3434 | C++98 | the destructor was not required to reclaim memory for iarray and parray | required |