-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Milestone
Description
P0811R3 midpoint(), lerp()
This was partially implemented in VS 2019 16.3, but more work remains to be done. For example, lerp() isn't constexpr yet, and @statementreply identified significant issues in #65 (comment) below.
Feature-test macro as of WG21-N4842:
#define __cpp_lib_interpolate 201902L
ibaned and KindDragonluncliff