You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/05/09 13:05:17 UTC

[GitHub] [arrow] kou commented on issue #35501: [MSVC] Arrow failed to build with MSVC under /std:c++latest mode due to error C2280: 'std::basic_string,std::allocator>::basic_string(std::nullptr_t)': attempting to reference a deleted function

kou commented on issue #35501:
URL: https://github.com/apache/arrow/issues/35501#issuecomment-1540089017

   It seems that `std::basic_string::basic_string(std::nullptr_t)` is deleted since C++23.
   It will be related to this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org