www.digitalmars.com         C & C++   DMDScript  

c++.beta - inline friend function fail!

reply nyra <nyra sohu.com> writes:
class Test{

	inline friend void test(void){

	}
};
Dec 07 2003
parent "Walter" <walter digitalmars.com> writes:
Try swapping the inline and friend keywords.

"nyra" <nyra sohu.com> wrote in message news:oprzuieyn9gskvqx localhost...
 class Test{

 inline friend void test(void){

 }
 };
Dec 07 2003