Bug 1987131 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Firefox Nightly builds on Arch Linux have started failing with the same error. The regressor is probably bug 1986593. `TemplateLib.h` (probably included through `mozalloc.h`) used to include `<type_traits>` for the use in `nsCycleCollectionNoteChild.h` but that is now missing.
Firefox Nightly builds on Arch Linux have started failing with the same error. The regressor is probably bug 1986593. `TemplateLib.h` (included through `nsCycleCollectionTraversalCallback.h` → `nscore.h` → `mozalloc.h`) used to include `<type_traits>` for the use in `nsCycleCollectionNoteChild.h` but that is now missing.

Back to Bug 1987131 Comment 3