Displaying 2 results from an estimated 2 matches for "wregist".
Did you mean:
regist
2018 Dec 22
2
Error: ISO C++17 does not allow 'register' storage class specifier [-Wregister], when building Boost 1.69.0
When trying to build Boost using LLVM, I had this error:
"
error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
"
I attached the project-config.jam file I used to this message. Someone please help me out (if there's someone on here who can).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181222/fabab1a2/a...
2018 Dec 25
1
[cfe-dev] Error: ISO C++17 does not allow 'register' storage class specifier [-Wregister], when building Boost 1.69.0
...PM Osman Zakir via llvm-dev
> <llvm-dev at lists.llvm.org <mailto:llvm-dev at 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
> [-Wregister]
> "
> I attached the project-config.jam file I used to this message.
> Someone please help me out (if there's someone on here who can).
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.or...