Re: Following up on C++11 standard support

2012-09-19 Thread David Oswald
On Wed, Sep 19, 2012 at 6:11 PM, Lou godio lgod...@gmail.com wrote: Dave, What's your current view on Inline::CPP support for C++11 tuples ?? Tuples are really just a new STL container that take advantage of the fact that C++11 implements variadic templates. So essentially the same rule

Following up on C++11 standard support

2012-09-17 Thread David Oswald
Some additional testing has provided additional successes and failures on what parts of C++11 are supported by Inline::CPP There's a pretty thorough explanation in the POD, in the latest version on Github in the master branch. But a quick summary (in case anyone has any thoughts on what might be