зеркало из https://github.com/mozilla/gecko-dev.git
No bug - add a comment to clarify the code. DONTBUILD
--HG-- extra : rebase_source : 3d38a9aa2fde585951ffaadaecf76422cf0dcab5
This commit is contained in:
Родитель
feb09902cc
Коммит
e8c22c1b15
|
@ -872,7 +872,7 @@ public:
|
|||
template<class T>
|
||||
void NS_ABORT_OOM(T)
|
||||
{
|
||||
struct never {};
|
||||
struct never {}; // a compiler-friendly way to do static_assert(false)
|
||||
static_assert(mozilla::IsSame<T, never>::value,
|
||||
"In string classes, use AllocFailed to account for sizeof(char_type). "
|
||||
"Use the global ::NS_ABORT_OOM if you really have a count of bytes.");
|
||||
|
|
Загрузка…
Ссылка в новой задаче