
5 May
2010
5 May
'10
3:44 p.m.
AMDG Stewart, Robert wrote:
Having found the definition of compare() for a previous post, I have now found the definition of those operators. Since they are in a .cpp file, they cannot be inlined.
That depends on the compiler and linker. Some compilers can inline them anyway.
You need to move them to integer.hpp (or integer.ipp, if you prefer) for that.
In Christ, Steven Watanabe