What's the status of the libc++ port to windows?
Asked Answered
M

0

6

I've read that you can use Clang on Windows for C++ apps while using the MS implementation of the C++ standard library. But if you want to use libc++ on Windows, you currently need to use something like cygwin or mingw. I also saw some old posts indicating there was an effort to port libc++ to windows but I could not find any info on the status of this effort.

Any info on similar efforts/projects is also appreciated.

Massotherapy answered 20/5, 2018 at 0:57 Comment(3)
libcxx.llvm.org/docs/BuildingLibcxx.htmlGuanaco
Thanks! The link mentions experimental support for windows - have you read any feedback about how well it works? issues discovered etc?Massotherapy
I would love to know as well, I'd rather use libc++ across all platforms.Riesman

© 2022 - 2024 — McMap. All rights reserved.