Index: include/locale =================================================================== --- include/locale +++ include/locale @@ -1888,6 +1888,9 @@ virtual const string_type& __r() const; virtual const string_type& __x() const; virtual const string_type& __X() const; + + _LIBCPP_ALWAYS_INLINE + ~__time_get_c_storage() {} }; template >