Skip to content

Commit 3c5aa51

Browse files
raycppwizardcdervis
authored andcommitted
fix(data): remove incorrect Clang support for P0288
The entry for std::move_only_function (P0288) is removed for Clang because libc++ has not yet implemented this feature (ref: LLVM PR #94670). The previous "Supported" status was likely a false positive result from testing Clang with the GNU libstdc++ backend on Linux. Signed-off-by: raycppwizard <232825042+raycppwizard@users.noreply.github.com>
1 parent d15119f commit 3c5aa51

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

features_cpp23.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ features:
526526
lib: true
527527
support:
528528
- GCC 12
529-
- Clang 17
530529
- MSVC 14.32
531530
ftm:
532531
- name: __cpp_lib_move_only_function

0 commit comments

Comments
 (0)