[mythtv-commits] Ticket #5778: #define for values in C++ in libmythdb
MythTV
mythtv at cvs.mythtv.org
Tue Oct 7 00:17:01 UTC 2008
#5778: #define for values in C++ in libmythdb
---------------------------------------------+------------------------------
Reporter: Erik Hovland <erik at hovland.org> | Owner: ijr
Type: defect | Status: new
Priority: trivial | Milestone: unknown
Component: mythtv | Version: head
Severity: low | Mlocked: 0
---------------------------------------------+------------------------------
Using #define in C++ defeats the strict type checking the language
provides when used with values. Replacing those macros with const values
would provide that type checking.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/5778>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list