HPUX rightly insists that class a{a::a(){}} isn't the right way to declare a constructor
fixed to class a{a(){}}. I can't believe that msvc and gcc didn't mind what I did.
git-svn-id: svn://10.0.0.236/trunk@115106 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c1b38beab8
commit
a73ac4fc75
@ -44,7 +44,7 @@
|
||||
**************************************************************/
|
||||
class _TestDeque: public nsDequeFunctor{
|
||||
public:
|
||||
_TestDeque::_TestDeque() {
|
||||
_TestDeque() {
|
||||
SelfTest();
|
||||
}
|
||||
int SelfTest();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user