Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly initialize
MatchingFailureMask
constants to be used with …
…the `std::bitset` API (#4922) (#4928) * Correctly initialize `MatchingFailureMask` constants to be used with the `std::bitset` API (#4922) * Refs #21165: Add regression test Signed-off-by: eduponz <[email protected]> * Refs #21165: Init MatchingFailureMask constants as normal uints Signed-off-by: eduponz <[email protected]> * Refs #21165: Apply Ricardo's suggestions Signed-off-by: eduponz <[email protected]> --------- Signed-off-by: eduponz <[email protected]> (cherry picked from commit 5e1f1dd) # Conflicts: # include/fastdds/rtps/builtin/discovery/endpoint/EDP.h # test/unittest/rtps/discovery/EdpTests.cpp * Solve conflicts Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Mario Dominguez <[email protected]> Co-authored-by: Eduardo Ponz Segrelles <[email protected]> Co-authored-by: Mario Dominguez <[email protected]>
- Loading branch information