Commit 3c5aa51
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
530 | 529 | | |
531 | 530 | | |
532 | 531 | | |
| |||
0 commit comments