When I tried to build Boost with LLVM, I got the error mentioned in the title:
"error: ISO C++17 does not allow 'register' storage class specifier
[-Wregister]". I've attached the project-config.jam file I used. And I've
also sent an email to the Boost users mailing list about this.
Anyway, i
This seems a better question for cfe-dev or cfe-users
~Craig
On Sat, Dec 22, 2018 at 12:23 PM Osman Zakir via llvm-dev <
llvm-...@lists.llvm.org> wrote:
> When trying to build Boost using LLVM, I had this error:
> "
> error: ISO C++17 does not allow 'register' storage class specifier
> [-Wregis
Hi there,
Apologies if this is the wrong place to ask about this - if it is I'd be
very grateful if you'd point me in the right direction :)
I'm seeing the clang-tidy warning 'misc-new-delete-overloads' when using
the two parameter version of class member delete, however when using the
single par