Re: Using inline variables (C++17) in Gecko

2019-03-20 Thread Marco Castelluccio
The code coverage build is using GCC 6, if you do a try build don't forget to include that too (you'll need to pass the "--full" argument if you are using mach try fuzzy). The last time I tried, switching to GCC 7 caused a lot of timeouts (https://bugzilla.mozilla.org/show_bug.cgi?id=1410217#c5),

Re: Using inline variables (C++17) in Gecko

2019-03-20 Thread Mike Hommey
Sorry for the late answer. Thanks for prodding me on irc. On Sat, Feb 23, 2019 at 06:36:39PM -0800, Emilio Cobos Álvarez wrote: > Hey, > > I have a use-case for inline variables, and it's not 100% clear to me > how up-to-date is [1], so asking this mailing-list directly. > > Looks like they're s

Using inline variables (C++17) in Gecko

2019-02-23 Thread Emilio Cobos Álvarez
Hey, I have a use-case for inline variables, and it's not 100% clear to me how up-to-date is [1], so asking this mailing-list directly. Looks like they're supported from clang 3.9 [2] and gcc 7 [3]. We're requiring clang 4.0+ to build already, and IIUC we don't build with MSVC anymore. But looks