On Sat, Jan 10, 2015 at 11:23 AM, Emanuel Hoogeveen <
emanuel.hoogev...@gmail.com> wrote:

> On Friday, January 9, 2015 at 3:16:20 AM UTC+1, Joshua Cranmer 🐧 wrote:
> > Or, if it tickles your fancy, it may be simpler at this point to list
> > the C++11 features not yet usable:
> > - ref qualifiers on methods
> > - member initializers
> > - templated aliasing
> > - C++11 attributes (although many of the important ones are already in
> > some macro somewhere)
> > - constexpr
> > - alignof/alignas
> > - delegated constructors
> > - inherited constructors
> > - char16_t [ but we polyfill this anyways]
> > - user-defined literals
> > - unrestricted unions
> > - override/final (already polyfilled)
> > - thread-local storage (ditto)
>
> Are all of these blocked on MSVC, or are there any that updating to GCC
> 4.8 or 4.9 (and dropping support for earlier versions) would enable?
>

Some of them are now only blocked by GCC, and some are also blocked by
Clang.
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to