bug 688551 - specialize ~Anchor for Value only outside GCC. r=luke

This commit is contained in:
Igor Bukanov 2011-09-22 21:01:49 +02:00
Родитель 76fb8988e5
Коммит 6af7b7c20a
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -783,6 +783,8 @@ SameType(const Value &lhs, const Value &rhs)
/************************************************************************/
#ifndef __GNUC__
/*
* The default assignment operator for |struct C| has the signature:
*
@ -801,6 +803,8 @@ inline Anchor<Value>::~Anchor()
bits = hold.asRawBits();
}
#endif
} /* namespace JS */
/************************************************************************/