other versions
    
    - Tumbleweed 2024.07.05-1.3
 - Leap-16.0
 - Leap-15.6
 
| std::basic_ios::~basic_ios(3) | C++ Standard Libary | std::basic_ios::~basic_ios(3) | 
NAME¶
std::basic_ios::~basic_ios - std::basic_ios::~basic_ios
Synopsis¶
virtual ~basic_ios();
  
   Destroys the basic_ios object. rdbuf is not destroyed.
Notes¶
 This destructor is virtual because the base class destructor,
    ios_base::~ios_base is
  
   virtual.
  
   Defect reports
  
   The following behavior-changing defect reports were applied retroactively to
  
   previously published C++ standards.
  
   DR Applied to Behavior as published Correct behavior
  
   LWG 53 C++98 it was unspecified whether rdbuf is destroyed it is not
    destroyed
| 2024.06.10 | http://cppreference.com |