Closed j-be closed 6 years ago
I think empty() is supposed to return *this, but it doesn't.
I'm not a C++ pro, so I'm not sure if I'm misinterpreting here or if it is a bug...
This appears to be fixed now?
https://github.com/CNMAT/OSC/blob/master/OSCMessage.cpp#L84-L100
Yes, seems to have been fixed with commit 6922531f9d58bdfecf0bb8f08438a515801e852a.
Hence, I'm closing it.
I think empty() is supposed to return *this, but it doesn't.
I'm not a C++ pro, so I'm not sure if I'm misinterpreting here or if it is a bug...