<div dir="ltr">You could add -Wno-register to the compilation flags, or remove the use of the register keyword from boost, or not compile in C++17 mode?<br><br>- Dave</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Dec 25, 2018 at 1:10 PM Osman Zakir via cfe-users <<a href="mailto:cfe-users@lists.llvm.org">cfe-users@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
<span>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.  </span></div>
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
<span><br>
</span></div>
<div style="color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif;font-size:12pt">
<span>Anyway, if possible, someone help would be appreciated.  How do I fix this problem?  Thanks in advance.</span></div>
</div>

_______________________________________________<br>
cfe-users mailing list<br>
<a href="mailto:cfe-users@lists.llvm.org" target="_blank">cfe-users@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-users</a><br>
</blockquote></div>