diff options
Diffstat (limited to 'test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/constr.fail.cpp')
-rw-r--r-- | test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/constr.fail.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/constr.fail.cpp b/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/constr.fail.cpp index a331add96263..54fc0b80280c 100644 --- a/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/constr.fail.cpp +++ b/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/constr.fail.cpp @@ -12,7 +12,7 @@ // class thread // template <class _Fp, class ..._Args, // explicit thread(_Fp&& __f, _Args&&... __args); -// This constructor shall not participate in overload resolution +// This constructor shall not participate in overload resolution // if decay<F>::type is the same type as std::thread. |