December 08, 2003
class Test{

	inline friend void test(void){

	}
};
December 08, 2003
Try swapping the inline and friend keywords.

"nyra" <nyra@sohu.com> wrote in message news:oprzuieyn9gskvqx@localhost...
> class Test{
>
> inline friend void test(void){
>
> }
> };