Hi,
I have been trying to add clang to an existing GNU toolchain, which goal is to
be as isolated from the base system as possible (ie install a working
compiler/assembler/linker/libc in a very specific folder in /opt/MyToolchain
which doesn't use any files from the base system). Also I need to
Hi,
It looks like the working of C++20 introduced some breaking compatibilities
with some C++17 accepted patterns. From what I read in
https://reviews.llvm.org/rL375306 these incompatibilities weren’t really
intented by the initial C++20 proposal, and thus broken patterns were still
allowed as
> Le 15 mars 2020 à 20:14, Richard Smith a écrit :
>
> No, we still don't have a resolution from the C++ committee, but it's being
> discussed by various implementers, and we hope to present to the committee a
> suggested set of changes to minimize the pain to users as soon as we can. I
> ex