#ifndef _BGI_OUT_H_ #define _BGI_OUT_H_ #include class BGIout : virtual std::basic_ostringstream { public: }; extern BGIout bgiout; #endif