Changes between Initial Version and Version 1 of Ticket #68235
- Timestamp:
- Sep 24, 2023, 11:13:52 AM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68235 – Description
initial v1 2 2 3 3 {{{ 4 /opt/local/libexec/llvm-15/include/llvm/ADT/STLForwardCompat.h:53:22: error: default initialization of an object of const type 'const llvm::in_place_t' without a user-provided default constructor 4 /opt/local/libexec/llvm-15/include/llvm/ADT/STLForwardCompat.h:53:22: 5 error: default initialization of an object of const type 'const llvm::in_place_t' without a user-provided default constructor 5 6 constexpr in_place_t in_place; // NOLINT(readability-identifier-naming) 6 7 ^ 7 8 8 /opt/local/libexec/llvm-15/include/llvm/Support/Allocator.h:238:16: error: no viable conversion from 'long long' to 'llvm::Optional<int64_t>' 9 /opt/local/libexec/llvm-15/include/llvm/Support/Allocator.h:238:16: 10 error: no viable conversion from 'long long' to 'llvm::Optional<int64_t>' 9 11 return InSlabIdx + static_cast<int64_t>(P - S); 10 12 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~