No bug - add a comment to clarify the code. DONTBUILD

--HG--
extra : rebase_source : 3d38a9aa2fde585951ffaadaecf76422cf0dcab5
This commit is contained in:
David Major 2014-11-13 08:57:09 +13:00
Родитель feb09902cc
Коммит e8c22c1b15
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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.");