OrangeC icon indicating copy to clipboard operation
OrangeC copied to clipboard

pair not converted to tuple

Open LADSoft opened this issue 1 year ago • 0 comments

the following does not compile

class Token;
class Tokenizer;
static std::pair<std::wstring, const Token*> MunchStrings(Tokenizer& tk)
std:::tuple<std::wstring, const Token*> result = MunchStrings

LADSoft avatar Jul 16 '24 16:07 LADSoft