Skip to content

Conversation

@tsdgeos
Copy link
Contributor

@tsdgeos tsdgeos commented Jul 2, 2025

Two fixes:

  • std::istream does not have a default constructor in the C++ standard, so do what the libstdc++ constructor does
  • _M_in_beg and friends are not part of the C++ standard, use the actual functions that return those values in libstdc++

Two fixes:
 * std::istream does not have a default constructor in the C++ standard,
   so do what the libstdc++ constructor does
 * _M_in_beg and friends are not part of the C++ standard, use the
   actual functions that return those values in libstdc++
@TheAssassin
Copy link
Member

Looks good, thanks!

@TheAssassin TheAssassin enabled auto-merge (rebase) July 2, 2025 23:32
@TheAssassin TheAssassin merged commit f787f15 into AppImageCommunity:master Jul 3, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants