[orbitcpp-list] Patch : orbitcpp_smartptr.hh (CVS gcc requirements)
Status: Beta
Brought to you by:
philipd
From: Richard A. <ric...@ix...> - 2001-02-14 02:34:17
|
Folks, This gets things to compile properly under CVS gcc (2001-01-15). I'd like it if someone could test this and tell me if there are any problems on other systems. I'm using RH6.2 on i686. There's a kludge that I don't like that gets around a bug(?) in CVS gcc which requires templated copy constructors to have a const argument. It's a const_cast<>() which everyone knows is very nasty... The diff is against a file from CVS from a couple of days before 0.30, I think it's the same as 0.30 tho -- Rich |