Waldo
Mitglied seit

Neueste Aktivitäten bei der Dokumentation
Gesamte Aktivität ansehenSeite | Datum | Kommentar |
---|---|---|
JSON.stringify() |
||
JSON.stringify() |
Update text in light of the spec changes for lone surrogates and the well-formed JSON superset proposals | |
Using C++ in Mozilla code |
Split out bit-field default member initializers from all others, because bit-field default initializers don't come til C++2a and our compilers don't support them yet | |
Using C++ in Mozilla code |
std::nullptr_t is now used in a ton of code without complaint, so no need for decltype(nullptr) any more | |
Using C++ in Mozilla code |
Split alignas and alignof into two separate lines -- alignas is fully supported everywhere, it's only alignof that has the as-yet-un-understood late-arriving clang feature-testing macro |