OrangeC
OrangeC copied to clipboard
pair not converted to tuple
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