Re: Next style question

2001-02-15 Thread Andre Poenitz
> You are allowed to look at code outside the mathed dir you know... Somebody should have told me ;-} Andre' -- André Pönitz [EMAIL PROTECTED]

Re: Next style question

2001-02-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | class foo { | public: | /// | void do_it(); | private: | /// | int x_; | }; Thsi one. You are allowed to look at code outside the mathed dir you know... Lgb

Next style question

2001-02-15 Thread Andre Poenitz
class foo { public: /// void do_it(); private: /// int x_; }; or class foo { public: /// void do_it(); private: /// int x_; }; or class foo { public: /// void do_it