From 792128255b6c6add22f97ea60734181cb915f2ae Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Fri, 14 Jun 2024 12:25:23 +0200 Subject: More fixes to make clang happy --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 80e94cf..1b0a354 100644 --- a/CHANGES +++ b/CHANGES @@ -31,7 +31,7 @@ CHANGE 2: BGe 11-Jun-24 - error_trace_level added. Replaces the global verbose_errors setting. - name added. Can be used to set the name early (before the lane body calls set_debug_threadname()). * Internal changes - - Lanes is implemented in C++20: jthread, condition_variable, mutex, string_view, variant, and more! + - Lanes is implemented in C++20: thread, condition_variable, mutex, string_view, variant, and more! - Almost all platform-specific code is gone (only a small bit for thread priority and affinity remains). - Decoda support inactive by default. - Deep userdata interface fully revamped to C++20 too. -- cgit v1.2.3-55-g6feb