@mclow.lists: Our C library is aware of the fact that it may be used from a C++ context, yes.
So you think it's OK for libc++ to expect C99 operations at all language standards? Cheers, / Asiri On 4 Sep 2016 01:16, "Marshall Clow via cfe-commits" < cfe-commits@lists.llvm.org> wrote: > mclow.lists added a comment. > > > We have quite a strict C library which is picky about what it exposes > under different standards. For example, it won't expose C99 math ops if it > is being used under `__cplusplus < 201103L` ... > > > That sounds .. odd to me, having the behavior of the C library depend on > the value of `__cplusplus` > > > https://reviews.llvm.org/D23926 > > > > _______________________________________________ > cfe-commits mailing list > cfe-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits >
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits