Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop directly using std::cerr in most places #6846

Merged
merged 3 commits into from Jul 7, 2022

Conversation

Pentarctagon
Copy link
Member

No description provided.

@github-actions github-actions bot added Add-ons Issues with the add-ons client and/or server. AI Issues with the AI engine, including micro AIs. Building Build-time issues. Help In-game Help functions Lua API Issues with the Lua engine and API. MP Issues with multiplayer support or bundled multiplayer content. Schema Terrain Issues that involve terrain definitions or their implementation in the engine. UI User interface issues, including both back-end and front-end issues. WFL Issues involving the Wesnoth Formula Language engine and APIs. labels Jul 6, 2022
@CelticMinstrel
Copy link
Member

This might mean you can delete all #include <iostream> (except in log.cpp). Might have to replace it with <ios> or <ostream>/<istream> in some cases though.

@Pentarctagon Pentarctagon merged commit 3874fe5 into wesnoth:master Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Add-ons Issues with the add-ons client and/or server. AI Issues with the AI engine, including micro AIs. Building Build-time issues. Help In-game Help functions Lua API Issues with the Lua engine and API. MP Issues with multiplayer support or bundled multiplayer content. Schema Terrain Issues that involve terrain definitions or their implementation in the engine. UI User interface issues, including both back-end and front-end issues. WFL Issues involving the Wesnoth Formula Language engine and APIs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants