
5 May
2010
5 May
'10
4:06 p.m.
AMDG Stewart, Robert wrote:
Steven Watanabe wrote:
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.
Sure, but that's not portable, which is the goal within Boost.
What do you mean by portable? You have no guarantee that the compiler does it? You don't have any guarantees anyway. The compiler is free to ignore inline. In Christ, Steven Watanabe