mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Predef std::pair to two-element std::tuple
This commit is contained in:
@@ -32,7 +32,6 @@ struct FileStackNode {
|
||||
std::string const &name() const { return std::get<std::string>(data); }
|
||||
|
||||
void printBacktrace(uint32_t curLineNo) const;
|
||||
std::vector<std::pair<std::string, uint32_t>> backtrace(uint32_t curLineNo) const;
|
||||
};
|
||||
|
||||
#endif // RGBDS_LINK_FSTACK_HPP
|
||||
|
||||
Reference in New Issue
Block a user