<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 4, 2013 at 1:15 AM, Kim <span dir="ltr"><<a href="mailto:soldoutseashell@gmail.com" target="_blank">soldoutseashell@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">I'm attempting to compile code that uses the boost serializer library. I get these errors from Boost, can anyone give me a general idea what this is about? Thanks very much.<br>
</blockquote><div><br></div><div>The error has to do with the use of the token pasting operator, "##".  Pasting together the tokens "BOOST_PP_TUPLE_ELEM_E_2" and "(" is not allowed because the result doesn't make any sense.<br>
<br></div><div>-Eli <br></div></div></div></div>