<div dir="ltr">Please provide the full and verbose compiler invocation and the full output it generates.<div>That's the only way I can help.</div><div><br></div><div>Also what version of Boost are you attempting to build?</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 25, 2017 at 1:22 PM, René J.V. Bertin <span dir="ltr"><<a href="mailto:rjvbertin@gmail.com" target="_blank">rjvbertin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thursday May 25 2017 05:22:27 Eric Fiselier wrote:<br>
<br>
I think you may have missed something. In my case the error compiling a Boost file was not caused by an issue in clang or libc++. It was caused by the fact that Boost did not take the fact into consideration that it was building with libc++ and the corresponding headerfiles. I didn't know that yet when I posted this thread.<br></blockquote><div><br></div><div>The link you provided shows there was a bug in Boost that caused it to only work with Clang and libc++, not GCC and libc++, but that has since been fixed in Boost 1.60.</div><div> Did you verify that you're not encountering the bug described here: <a href="https://stackoverflow.com/a/43983903/3286653">https://stackoverflow.com/a/43983903/3286653</a></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
The error was almost exactly the same (and about the same file) as the one reported in the StackOverflow post linked to in my original post (<a href="https://stackoverflow.com/questions/41050942/clang-modules-interaction-with-std-iterator-and-boost-move-iterator-hpp" rel="noreferrer" target="_blank">https://stackoverflow.com/<wbr>questions/41050942/clang-<wbr>modules-interaction-with-std-<wbr>iterator-and-boost-move-<wbr>iterator-hpp</a>) except formatted the way GCC does.<br>
<br>
I don't know if it's a coincidence that treating the libc++ headers as if they were libstdc++ headers leads to the same error , nor if it's important to figure that out.<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
R.<br>
</font></span><div class="gmail-HOEnZb"><div class="gmail-h5"><br>
> Please provide the full and exact error text you're encountering, and the<br>
> exact (and verbose) compiler invocation that caused it.<br>
><br>
> On Thu, May 25, 2017 at 4:34 AM, René J.V. Bertin <<a href="mailto:rjvbertin@gmail.com">rjvbertin@gmail.com</a>><br>
> wrote:<br>
><br>
> > On Thursday May 25 2017 01:51:04 Eric Fiselier wrote:<br>
> ><br>
> > >Are you sure you were using g++ and not clang++ (via c++ or some other<br>
> > >weird symlink)?<br>
> ><br>
> > Yes, and even if I had been, why would that have caused trouble if none of<br>
> > the clang versions I have on my system had any issue?<br>
> ><br>
> > R<br>
> ><br>
<br>
</div></div></blockquote></div><br></div></div>