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

Add custom boost::locale::numpunct #170

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Aug 16, 2024

  1. Add custom boost::locale::numpunct

    salvoilmiosi authored and Flamefire committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ebbddfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f644ba4 View commit details
    Browse the repository at this point in the history
  3. Avoid a copy of std::locale

    Flamefire committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d60934c View commit details
    Browse the repository at this point in the history
  4. Remove base class numpunct_base

    No longer required as supported char types can be asserted now.
    Also avoids confusion which one a user should use.
    Flamefire committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4e28209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34fef7f View commit details
    Browse the repository at this point in the history