Questions Which subclause of C++ standard prohibits redeclaration / redefinition in a same block? byMRFebruary 9, 2023
Questions Function declaration must be available as none of the arguments depend on a template parameter byMRJanuary 27, 2023
Questions Is it possible in C (not invoking UB) to check if two objects overlap? byMRDecember 29, 2022
Questions Are temporaries created as arguments in a call guaranteed to hold their lifetimes until the function call returns? byMROctober 8, 2022
Questions Where does C++ standard says that multiple user-defined conversions is not allowed byMROctober 1, 2022
Questions Requirements on returned type that may have some member functions SFINAE'd away in the function's translation unit? byMRApril 7, 2022