src/core/overflowsafe_type.hpp
Thu, 24 Apr 2008 17:53:45 +0000 rubidium (svn r12873) -Fix [FS#1946]: MSVC is whining because it doesn't understand that bytes should be cast to ints.
Fri, 21 Dec 2007 19:21:21 +0000 rubidium (svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
Fri, 21 Dec 2007 08:34:53 +0000 rubidium (svn r11673) -Codechange: move the overflow safe type to a separate file.