]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: fix bits/version.def typo
authorNathan Myers <ncm@cantrip.org>
Thu, 3 Jul 2025 23:45:27 +0000 (19:45 -0400)
committerNathan Myers <ncm@cantrip.org>
Thu, 3 Jul 2025 23:54:28 +0000 (19:54 -0400)
bits/version.def was missing a ';'.

libstdc++-v3/Changelog:
* include/bits/version.def: Fix typo.
* include/bits/version.h: Rebuilt.

libstdc++-v3/include/bits/version.def
libstdc++-v3/include/bits/version.h

index b89b287e8e8f39902e727ff4ace0b40f35830c75..5d5758bf2033d904caee06fdf0493604a20ad029 100644 (file)
@@ -2031,7 +2031,7 @@ ftms = {
 };
 
 ftms = {
-  name = bitset  // ...construct from string_view
+  name = bitset;  // ...construct from string_view
   values = {
     v = 202306;
     cxxmin = 26;
index a70a7ede68cffa3eb90ebae3862800d049bde542..2b00e8419b3a8bec93df81ca2ecf76f7db75dc12 100644 (file)
 #  endif
 # endif
 #endif /* !defined(__cpp_lib_bitset) && defined(__glibcxx_want_bitset) */
-#undef __glibcxx_bitset
+#undef __glibcxx_want_bitset
 
 #undef __glibcxx_want_all