Skip to content

Conversation

@PragmaTwice
Copy link
Member

@PragmaTwice PragmaTwice commented Feb 8, 2025

AS IS:

std::string GetXXXInfo();

TO BE:

using InfoEntries = std::vector<InfoEntry>;

InfoEntries GetXXXInfo();

@PragmaTwice PragmaTwice requested a review from git-hulk February 8, 2025 14:59
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 8, 2025

@PragmaTwice PragmaTwice merged commit 5055f57 into apache:unstable Feb 9, 2025
36 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