FStream: Fix exception spec on our standard stream replacements
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
Please register or sign in to comment