On 04.10.2010 21:01, Howard Hinnant wrote: > Author: hhinnant > Date: Mon Oct 4 14:01:30 2010 > New Revision: 115540 > > URL: http://llvm.org/viewvc/llvm-project?rev=115540&view=rev > Log: > __has_feature crutch > > Modified: > libcxx/trunk/include/__config > > Modified: libcxx/trunk/include/__config > URL: > http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__config?rev=115540&r1=115539&r2=115540&view=diff > ============================================================================== > --- libcxx/trunk/include/__config (original) > +++ libcxx/trunk/include/__config Mon Oct 4 14:01:30 2010 > @@ -249,4 +249,8 @@ > #define constexpr const > #endif > > +#ifndef __has_feature(__x) > Shouldn't that be #ifndef __has_feature ?
Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
