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

hex: Add from_spaced_hex() #654

Merged
merged 4 commits into from
Jun 3, 2022
Merged

hex: Add from_spaced_hex() #654

merged 4 commits into from
Jun 3, 2022

Commits on Jun 3, 2022

  1. Move filter_iterator.hpp to EVMC include dir

    This makes the filter_iterator.hpp a public header of EVMC libraries.
    chfast committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    8117a14 View commit details
    Browse the repository at this point in the history
  2. Fix C++20 ambiguity in filter_iterator

    Fix constness of operator!=, operator== of filter_iterator. This also
    silence the C++20 -Wambiguous-reversed-operator warning.
    chfast committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    d1c3902 View commit details
    Browse the repository at this point in the history
  3. Document filter_iterator

    chfast committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    64a0f99 View commit details
    Browse the repository at this point in the history
  4. hex: Add from_spaced_hex()

    The from_spaced_hex() is from_hex() extension where the whitespace in
    the input is ignored.
    chfast committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    b2b0879 View commit details
    Browse the repository at this point in the history