зеркало из https://github.com/mozilla/pjs.git
Remove redundant class forward decls that were causing VC++ internal compiler errors.
This commit is contained in:
Родитель
83d24aba01
Коммит
d37bc68c0a
|
@ -469,8 +469,6 @@ protected:
|
|||
List mHead;
|
||||
|
||||
public:
|
||||
class Iterator;
|
||||
|
||||
class ConstIterator {
|
||||
protected:
|
||||
friend class Iterator; // XXXwaterson so broken.
|
||||
|
|
|
@ -416,8 +416,6 @@ protected:
|
|||
enum { kHashTableThreshold = 8 };
|
||||
|
||||
public:
|
||||
class Iterator;
|
||||
|
||||
class ConstIterator {
|
||||
protected:
|
||||
friend class Iterator; // XXXwaterson so broken.
|
||||
|
|
|
@ -469,8 +469,6 @@ protected:
|
|||
List mHead;
|
||||
|
||||
public:
|
||||
class Iterator;
|
||||
|
||||
class ConstIterator {
|
||||
protected:
|
||||
friend class Iterator; // XXXwaterson so broken.
|
||||
|
|
|
@ -416,8 +416,6 @@ protected:
|
|||
enum { kHashTableThreshold = 8 };
|
||||
|
||||
public:
|
||||
class Iterator;
|
||||
|
||||
class ConstIterator {
|
||||
protected:
|
||||
friend class Iterator; // XXXwaterson so broken.
|
||||
|
|
Загрузка…
Ссылка в новой задаче