-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added formatter for bit_reference-like types (#3570)
* Add test for std::vector<bool>::reference Co-authored-by: Felix <[email protected]> Signed-off-by: Vladislav Shchapov <[email protected]> * Add test for std::bitset<N>::reference Signed-off-by: Vladislav Shchapov <[email protected]> * Add test for const std::bitset<N>::reference and const std::vector<bool>::reference Signed-off-by: Vladislav Shchapov <[email protected]> * Add bit_reference-like formatter Signed-off-by: Vladislav Shchapov <[email protected]> * Use std::addressof Signed-off-by: Vladislav Shchapov <[email protected]> --------- Signed-off-by: Vladislav Shchapov <[email protected]> Co-authored-by: Felix <[email protected]>
- Loading branch information
Showing
3 changed files
with
64 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters