friend ostream& operator << (ostream& out,
bitSet<T>& R); //输出
如上,我在写该函数时(不是内联,在类外写的,没用inline),显示friend使用有问题,,,为什么????(我是自学的菜鸟,求大神指教)