↧
Party like it’s 1999: comes to Mozilla!
tl;dr Need an integer type with guaranteed size? If you’re not defining a cross-file interface, #include "mozilla/StdInt.h"#include "mozilla/StandardInteger.h" and use uint32_t or any other type...
View ArticleSeen during a recent compile of mozilla-central with Clang, offered without...
TestStartupCache.cpp /home/jwalden/moz/inttypes/startupcache/test/TestStartupCache.cpp:119:15: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char*...
View ArticleIntroducing mozilla/Assertions.h to mfbt
Recently I landed changes to the Mozilla Framework Based on Templates (mfbt) implementing Assertions.h, the new canonical assertions implementation in C/C++ Mozilla code. Runtime assertions Using...
View Article
More Pages to Explore .....