Skip to content
  • Brad King's avatar
    FStream: Fix exception spec on our standard stream replacements · b33e7b96
    Brad King authored
    The MS standard library basic_istream and basic_ostream destructors
    have an exception specification macro _NOEXCEPT.  Use it when we
    define our basic_ifstream and basic_ofstream destructors to match
    their parent class.
    
    Change-Id: I35e944f50fbea8c5a0c2a1a9b9389f59b63ac455
    b33e7b96