c++.beta - inline friend function fail!
- nyra <nyra sohu.com> Dec 07 2003
- "Walter" <walter digitalmars.com> 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){ } };
Dec 07 2003








"Walter" <walter digitalmars.com>