https://gcc.gnu.org/g:b111b55f5bd7903643326ae4447b6d112609cafa

commit r15-5462-gb111b55f5bd7903643326ae4447b6d112609cafa
Author: Jason Merrill <ja...@redhat.com>
Date:   Mon Nov 18 14:32:28 2024 +0100

    libstdc++: remove JSON comment.
    
    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.

Diff:
---
 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 063474805ad8..57907d52d58c 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,

Reply via email to