You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clang complains. In C++-20, only __LINE__ is standard. Would using __LINE__ be enough ? If so, would you mind changing the code by testing the C++ standard and using __LINE__ for C++-20 ?
clangcomplains. In C++-20, only__LINE__is standard. Would using__LINE__be enough ? If so, would you mind changing the code by testing theC++standard and using__LINE__forC++-20?