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

Better integrate with std::source_location #2973

Closed

Commits on Jan 8, 2024

  1. Always include <version> if available

    Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
    stephanlachnit committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    ce6d21c View commit details
    Browse the repository at this point in the history
  2. source_loc: use std::uint_least32_t to improve support with std::sour…

    …ce_location
    
    Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
    stephanlachnit committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    cea472e View commit details
    Browse the repository at this point in the history
  3. Use std::source_location to construct source_loc if available

    Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
    stephanlachnit committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    73b5c65 View commit details
    Browse the repository at this point in the history