libstdc++: fix bits/version.def typo

bits/version.def was missing a ';'.

libstdc++-v3/Changelog:
	* include/bits/version.def: Fix typo.
	* include/bits/version.h: Rebuilt.
This commit is contained in:
Nathan Myers
2025-07-03 19:45:27 -04:00
parent 387cc9f80f
commit 062f217f41
2 changed files with 2 additions and 2 deletions

View File

@@ -2031,7 +2031,7 @@ ftms = {
};
ftms = {
name = bitset // ...construct from string_view
name = bitset; // ...construct from string_view
values = {
v = 202306;
cxxmin = 26;

View File

@@ -2281,6 +2281,6 @@
# endif
# endif
#endif /* !defined(__cpp_lib_bitset) && defined(__glibcxx_want_bitset) */
#undef __glibcxx_bitset
#undef __glibcxx_want_bitset
#undef __glibcxx_want_all