mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
[wpimath] Increase constexpr support in geometry data types (#4231)
This uses std::is_constant_evaluated() to conditionally use the gcem library for constexpr calculations.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
cppHeaderFileInclude {
|
||||
\.h$
|
||||
\.hpp$
|
||||
\.inc$
|
||||
\.inl$
|
||||
}
|
||||
@@ -38,6 +39,7 @@ includeOtherLibs {
|
||||
}
|
||||
|
||||
includeProject {
|
||||
^gcem/
|
||||
^drake/
|
||||
^Eigen/
|
||||
^units/
|
||||
|
||||
Reference in New Issue
Block a user