xeus-cling
xeus-cling copied to clipboard
Function Definition Not Allowed Here
I'm trying to override the operater < with my struct
params
. However, cling gives me an error. The code is in the seperate cell. What is wrong? How can I fix it?
The name of the function should be "operator<" instead of "operator <".