From 09f16d53a26053a0f2266c3af902d28089702caa Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 16 Jun 2017 15:06:45 -0400 Subject: [PATCH] Remove note in [thread.req.paramname] --- d0355r3.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/d0355r3.html b/d0355r3.html index bc5f542..62ec455 100644 --- a/d0355r3.html +++ b/d0355r3.html @@ -9978,8 +9978,6 @@ requirements. If a template parameter is named Predicate, convertible to bool. A program that instantiates a template with a template parameter named Clock with a type for which chrono::is_clock<Clock>::value is false, is ill-formed. -[Note: For example, use of local_time with sleep_until -will result in a diagnostic. — end note]