On Mon, 13 Jan 2014, Kirk, Benjamin (JSC-EG311) wrote:

> auto is one of the things I'd like most, I think it'll give us some
> more flexibility when refactoring return types, not to mention
> dealing with the compile-time configurable type sizes. But we can
> wait a little longer...

FYI, using auto as a function return type remains a pain in the neck
until C++1Y.  About half of the hassle in the macros here:

https://github.com/libantioch/antioch/blob/master/src/utilities/include/antioch/metaprogramming_decl.h

is C++03 fallback, but the other half is the annoying C++11 trailing
return type requirement.
---
Roy

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to