What is the proper way to "inline" a function in C++ with the gcc compiler
(2.95)?
Does the function definition have to be in the header file? Does the
"inline" keyword go before the function definition or before the function
declaration?
Thanx,
Joe Lovelace
Winnipeg, MB