mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Predef std::pair to two-element std::tuple
This commit is contained in:
@@ -44,8 +44,6 @@ struct FileStackNode {
|
||||
: type(type_), data(data_) {}
|
||||
|
||||
void printBacktrace(uint32_t curLineNo) const;
|
||||
std::vector<std::pair<std::string, uint32_t>> backtrace(uint32_t curLineNo) const;
|
||||
std::string reptChain() const;
|
||||
};
|
||||
|
||||
struct MacroArgs;
|
||||
|
||||
Reference in New Issue
Block a user