It looks like you're new here. If you want to get involved, click one of these buttons!
if I have to upgrade to C++ 20 then it is possible ??
error: call to consteval function 'fmt::basic_format_string &>>::basic_format_string, 0>' is not a constant expression
This is coming from below function:
inline string kite::loginURL() const {
return FMT(loginUrlFmt, "api_key"_a = key);
};
Possible solution could be providing constant string.