Skip to content

Conversation

@jamisiveshkumar
Copy link

Summary

Added a small utility function reverse_string() under include/cliutils/custom_util.hpp.

Details

  • Returns the reversed string of given input.
  • This is a minimal code-only addition, no documentation or example.
  • Code compiles independently with existing includes.

@jamisiveshkumar jamisiveshkumar force-pushed the add-function-update branch 5 times, most recently from 1eec57c to ea38e02 Compare November 7, 2025 17:54
@phlptp
Copy link
Collaborator

phlptp commented Nov 8, 2025

can you give some explanation of the value this adds to CLI11, what issue it is solving? Assuming it was needed, it would probably be better to add this to stringTools.hpp rather than adding a new namespace and header file

@jzakrzewski
Copy link

I don't think such a thing belongs to this library because it has nothing to do with the command line / program arguments / etc.

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.

3 participants