No subject


Tue May 3 15:05:30 PDT 2016


// TEMPLATE FUNCTION _Debug_range
template<class _InIt> inline
void _Debug_range2(_InIt _First, _InIt _Last,
_Dbfile_t, _Dbline_t, input_iterator_tag)
{    // test iterator pair for valid range, arbitrary iterators
    static_cast<void>(_First == _Last);    // make sure they're comparable
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
--1474880760.7FD250.16551
Date: Mon, 26 Sep 2016 02:06:00 -0700
MIME-Version: 1.0
Content-Type: text/html

<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win][Debug] Compile fix."
   href="https://bugs.webkit.org/show_bug.cgi?id=162550#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [Win][Debug] Compile fix."
   href="https://bugs.webkit.org/show_bug.cgi?id=162550">bug 162550</a>
              from <span class="vcard"><a class="email" href="mailto:pvollan&#64;apple.com" title="Per Arne Vollan &lt;pvollan&#64;apple.com&gt;"> <span class="fn">Per Arne Vollan</span></a>
</span></b>
        <pre>The '==' operator is needed in debug mode.



More information about the webkit-unassigned mailing list