Issue 96567
Summary [libc++] msvc target not found max_align_t
Labels libc++
Assignees
Reporter trcrsired
    ```
/home/cqwrteur/toolchains/windows-msvc-sysroot/include/c++/v1/__memory_resource/polymorphic_allocator.h:85:106: error: reference to unresolved using declaration
   85 | _LIBCPP_HIDE_FROM_ABI void deallocate_bytes(void* __ptr, size_t __nbytes, size_t __alignment = alignof(max_align_t)) {
      | ^
/home/cqwrteur/toolchains/windows-msvc-sysroot/include/c++/v1/cstddef:63:1: note: using declaration annotated with 'using_if_exists' here
   63 | using ::max_align_t _LIBCPP_USING_IF_EXISTS;
      | ^

```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to