Skip to content

Commit 2ace338

Browse files
frederick-vs-jamirion-dev
authored andcommitted
Fix status for libc++ support for P0769
Like P0040R3, libc++ is also lacking parallel versions of `std::shift_left`/`std::shift_right`.
1 parent 7ca8f19 commit 2ace338

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

features_cpp20.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,9 +648,14 @@ features:
648648
lib: true
649649
support:
650650
- GCC 10
651-
- Clang 12
651+
- Clang 12 (partial)
652652
- MSVC 14.21
653-
- Xcode 13
653+
- Xcode 13 (partial)
654+
hints:
655+
- target: Clang 12
656+
msg: "The parallel versions (`std::execution::par`) are not implemented yet. ([Issue](https://github.com/llvm/llvm-project/issues/104095))"
657+
- target: Xcode 13
658+
msg: "The parallel versions (`std::execution::par`) are not implemented yet. ([Issue](https://github.com/llvm/llvm-project/issues/104095))"
654659
ftm:
655660
- name: __cpp_lib_shift
656661
value: 201806L

0 commit comments

Comments
 (0)