<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 09/01/2017 13:18, Paul Davis wrote:<br>
    </div>
    <blockquote
cite="mid:CAFa_cKnNu9gqUaAvf9pt6zu7FHO3aVbgNzcdBrzpR-iDmzK1Bg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div><br>
              </div>
            </div>
          </div>
        </div>
        <div>From where I sit (or stand), the answer to this question
          seems to be "no". If that's our final answer, we should merge.<br>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    Just a small reminder to Tim that in string_convert.h, these lines
    failed to compile with MSVC:-<br>
    <br>
          T::TO_STRING_TEMPLATE_NOT_DEFINED_FOR_THIS_TYPE;<br>
          T::STRING_TO_TEMPLATE_NOT_DEFINED_FOR_THIS_TYPE;<br>
    <br>
    I can comment the lines out - but since the intention was to prevent
    those functions from getting instantiated, I figured it might be
    possible just to remove their declarations.  However, that
    introduced other problems, particularly with the DEFINE_ENUM_CONVERT
    macro (so maybe in fact they <u>are</u> getting instantiated
    somehow??)  I haven't had time to dig deeply into this but maybe
    there's some other technique we could use.?<br>
    <br>
    John<br>
  </body>
</html>