finish up the implementation of std::midpoint - add the floating point implementation.
Add a new header file in test/support for doing FP testing.
Set the feature test macros; even though we don't do lerp yet - that's coming next.
Differential D61014
Implement std::midpoint for floating point types mclow.lists on Apr 23 2019, 6:48 AM. Authored by
Details
Diff Detail Event Timeline
Comment Actions Updated the <version> header using the tool.
Comment Actions Committed as revision 359184
|
Is there any overlap between cmath and numeric which might confuse the compiler?