-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove QBAV(QL1SV) and QBAV(QU8SV) constructors
They were added because of conditional noexcept on the relational operators that was preventing the other constructors from being picked up by the compiler. Now when we removed the conditional noexcept on the relational operators, we no longer need this constructors. This patch reverts bd581e3 and partially reverts fff6562. Pick-to: 6.8 Change-Id: I22cb4507bff0a929a25d2f15caed66cc30d20dc9 Reviewed-by: Thiago Macieira <[email protected]>
- Loading branch information
Showing
3 changed files
with
0 additions
and
13 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