mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
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:
@@ -2031,7 +2031,7 @@ ftms = {
|
||||
};
|
||||
|
||||
ftms = {
|
||||
name = bitset // ...construct from string_view
|
||||
name = bitset; // ...construct from string_view
|
||||
values = {
|
||||
v = 202306;
|
||||
cxxmin = 26;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user