[committed] libstdc++: Remove stray pragma in new header [PR119642]

Jonathan Wakely jwakely@redhat.com
Mon Apr 7 15:09:45 GMT 2025


libstdc++-v3/ChangeLog:

	PR libstdc++/119642
	* include/bits/formatfwd.h: Remove stray pragma.
---

Tested x86_64-linux.  Pushed to trunk.

 libstdc++-v3/include/bits/formatfwd.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libstdc++-v3/include/bits/formatfwd.h b/libstdc++-v3/include/bits/formatfwd.h
index 44922cb83fc..a6b5ac8c8ce 100644
--- a/libstdc++-v3/include/bits/formatfwd.h
+++ b/libstdc++-v3/include/bits/formatfwd.h
@@ -67,5 +67,4 @@ namespace __format
 _GLIBCXX_END_NAMESPACE_VERSION
 } // namespace std
 #endif // __glibcxx_format
-#pragma GCC diagnostic pop
 #endif // _GLIBCXX_FORMAT_FWD_H
-- 
2.49.0



More information about the Libstdc++ mailing list