forked from sammy-tri/drake
-
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.
linear_solve: Reduce use of SFINAE (RobotLocomotion#15853)
* linear_solve: Reduce use of SFINAE Relevant (maybe?) to: RobotLocomotion#15685 Motivated by discussions in RobotLocomotion#15818, reduce some of the syntax noise by replacing SFINAE with a combination of type aliases, if constexpr, and static_assert. No functionality is changed, but perhaps things are easier to read.
- Loading branch information
1 parent
613a185
commit 62a6763
Showing
1 changed file
with
75 additions
and
100 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