Why min still complains inside constexpr? C++ March 8, 2021 I have the following code snippet: #include #include #include #include using T = double; int main() { f(); } void f() { …