基本上标题是什么.我有一个功能:
bool operator< (... lhs, ... rhs)
Run Code Online (Sandbox Code Playgroud)
我想打破.'b operator <(...)'给了我错误:
malformed template specification in command
Run Code Online (Sandbox Code Playgroud)
如何阻止GDB认为<是模板开启者?我也尝试按行号设置断点,但是这个定义是在头文件中,由于某种原因,GDB认为头文件中不存在行号.
GDB 6.8