Remove note in [thread.req.paramname]

This commit is contained in:
Howard Hinnant
2017-06-16 15:06:45 -04:00
parent 50c0111980
commit 09f16d53a2

View File

@@ -9978,8 +9978,6 @@ requirements. If a template parameter is named <code>Predicate</code>,
convertible to <code>bool</code>. <ins>A program that instantiates a template with a
template parameter named <code>Clock</code> with a type for which
<code>chrono::is_clock&lt;Clock&gt;::value</code> is <code>false</code>, is ill-formed.
[<i>Note:</i> For example, use of <code>local_time</code> with <code>sleep_until</code>
will result in a diagnostic. &mdash; <i>end note</i>]</ins>
</p>
</blockquote>