-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Milestone
Description
P0202R3 constexpr For <algorithm> And exchange()
LWG-3256 Feature testing macro for constexpr algorithms
This needs #156 is_constant_evaluated().
Feature-test macro as of WG21-N4842:
- If this feature is implemented, but P0879R0 constexpr For Swapping Functions #38 WG21-P0879 is not implemented:
#define __cpp_lib_constexpr_algorithms 201703L - If both this feature and P0879R0 constexpr For Swapping Functions #38 WG21-P0879 are implemented:
#define __cpp_lib_constexpr_algorithms 201806L