On 2016-12-23 11:08 AM, Nathan Froyd wrote: > This change paves the way for being able to compile in C++14 mode for > all of our Tier-1 platforms, which in turn unlocks using some C++14 > features in our codebase: > > * binary literals > * digit separators > * generic lambdas > * initialized lambda captures > * return type deduction (not quite sure if we want to use this feature widely)
It also allows us to use the [[deprecated]] attribute which I think is very useful. _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform