On Mon, May 05, 2014 at 05:39:12PM +0000, Logan Chien wrote: > To allow the compilation with gcc, we can't use the > __has_feature(noexcept) to detect the existence of noexcept > keyword. We should use __cplusplus >= 201103L instead.
I don't think this is correct. Shouldn't it use noexcept if *either* the feature exists OR the language is C++11? Joerg _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
