Zingam wrote:

@philnik777 These changes seem significant enough to affect already opened PRs 
and to confuse the authors who are unaware of the changes.

So basically you are surrounding all C++11 mode headers with:

```C++
#include <__configuration/cxx03.h>

#if defined(_LIBCPP_CXX03_LANG) && !defined(_LIBCPP_CXX03_USE_MAIN_HEADERS)
#  include <__cxx03/any>
#else
...
#endif // _LIBCPP_CXX03_LANG
```

And these should be added even to headers not available in C++03 mode, right? 
Is there anything else that needs to be observed/implemented in PRs? An headers?



https://github.com/llvm/llvm-project/pull/109002
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to