c++.beta - inline friend function fail!
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
Try swapping the inline and friend keywords.
"nyra" <nyra sohu.com> wrote in message news:oprzuieyn9gskvqx localhost...
class Test{
inline friend void test(void){
}
};