[pushed] libstdc++: remove JSON comment.

Jason Merrill jason@redhat.com
Tue Nov 19 14:36:54 GMT 2024


Tested x86_64-pc-linux-gnu, applying to trunk.

-- 8< --

Standard JSON doesn't have comments, and it seems this file needs to be
conforming, not the common JSON-with-comments dialect.

libstdc++-v3/ChangeLog:

	* src/c++23/libstdc++.modules.json.in: Remove C++ comment.
---
 libstdc++-v3/src/c++23/libstdc++.modules.json.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libstdc++-v3/src/c++23/libstdc++.modules.json.in b/libstdc++-v3/src/c++23/libstdc++.modules.json.in
index 063474805ad..57907d52d58 100644
--- a/libstdc++-v3/src/c++23/libstdc++.modules.json.in
+++ b/libstdc++-v3/src/c++23/libstdc++.modules.json.in
@@ -1,4 +1,3 @@
-// C++ module metadata, to install alongside libstdc++.so
 {
   "version": 1,
   "revision": 1,

base-commit: a4842917dcb8e6524ddf2574e5a0dc869fda1885
-- 
2.47.0



More information about the Libstdc++ mailing list