View Single Post
Old 10-28-2005, 07:05 PM   #10 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
A modern compiler will inline for you automatically if needed. Inlining doesn't guarantee faster code. It only is a *hint* to the compiler that code can be optimized.

For now, more importantly, one should wonder WHAT a class "removed" is...
If you want to make a class that encapsulates specialized string manipulation algorithms, then give the class a proper name.
__________________
Valmont is offline   Reply With Quote