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

Added formatter for bit_reference-like types #3570

Merged
merged 5 commits into from
Aug 6, 2023

Commits on Aug 5, 2023

  1. Add test for std::vector<bool>::reference

    Co-authored-by: Felix <felix-antoine.constantin@polymtl.ca>
    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus and felix642 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    7ce9a2e View commit details
    Browse the repository at this point in the history
  2. Add test for std::bitset<N>::reference

    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    4298687 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Add test for const std::bitset<N>::reference and const std::vector<bo…

    …ol>::reference
    
    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    8e34ac7 View commit details
    Browse the repository at this point in the history
  2. Add bit_reference-like formatter

    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    67f4479 View commit details
    Browse the repository at this point in the history
  3. Use std::addressof

    Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
    phprus committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    4f5d184 View commit details
    Browse the repository at this point in the history