[Bug 1994] RBTree Compare Result Change
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Mon Dec 19 08:16:54 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1994
--- Comment #3 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2011-12-19 02:16:51 CST ---
I would not use
const RBTree_Node *const node1
for function type definitions, since this restricts the implementation. I
would rather use
const RBTree_Node *node1
This is sufficient to make the caller happy.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list