Skip to content

Commit

Permalink
Goes back to Body Flags being private
Browse files Browse the repository at this point in the history
I want to keep Body::Flags and Body::FlagsType away from being used
directly by the user, while still fully supporting operator==. So this
change makes these private again, re-exporting that state through
individual member functions, and uses all of the individual accessor
member functions in the implementation of operator== to avoid regressing
issue #548. This ensures no missing state still in checking for equality
and indeed unit tests pass.
  • Loading branch information
louis-langholtz committed Dec 22, 2023
1 parent 7d21bdf commit 7909825
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 96 deletions.

0 comments on commit 7909825

Please sign in to comment.