<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Bugs found by PVS-Studio static analyzer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120703#c92">Comment # 92</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Bugs found by PVS-Studio static analyzer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=120703">bug 120703</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>Seems that PVS emits FPs when sees something like this:

<span class="quote">> boost::optional< sal_Int16 > aBoundColumn(boost::none);
> ... (something optionally resetting the optional)
> if (!aBoundColumn)</span >

like if it thinks that initializing it with boost::none makes it initialized
optional.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>