On Thu, Sep 2, 2010 at 3:31 PM, Benoit Belley <[email protected]> wrote: > Hi Everyone > > To compile my application, I need to enable both the C++0x and C99 language > features along with the GNU extensions (yes, I know this seems crazy but it > is true!). Previously, that was not possible with Clang. The following patch > makes that possible by adding the command-line options : --std=gnu++0xc9x.
What exactly do you need that is not part of gnu++0x? We don't really want to deviate from gcc here unless there's a compelling reason. -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
