This should be renamed to `libc++-svn` to follow the upstream naming (`+` is an allowed character in a pkgname) and should likely use `libc++abi` from [community] like the `libc++` package there.
There are many unimplemented features without `libc++abi`, like `std::exception_ptr` and all of <future> and <async>. It will currently just abort() at *runtime*. With `libc++abi`, it's an 100% complete C++11 implementation.
Search Criteria
Package Details: libcxx-svn 176640-1
Package Actions
| Package Base: | libcxx-svn |
|---|---|
| Description: | a new implementation of the C++ standard library targeting C++0X |
| Upstream URL: | http://libcxx.llvm.org/ |
| Category: | lib |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 10 |
| First Submitted: | 2010-12-20 03:01 |
| Last Updated: | 2013-03-08 17:36 |
Latest Comments
Comment by thestinger
Anonymous comment
Package updated. Should hopefully work on x86 now.
Comment by alucryd
rabbidrabbit: Good, thx.
Anonymous comment
I'll add MIT to the licence array, and fix on x86. It's x86_64 only at the moment, as the build system changed, and the way I build it was x86_64 due to me not running x86. There is a better way of building which I will update the package to do.
Comment by alucryd
This is dual licensed, please add 'MIT' in the license array. Also, this might be a dumb question, but why is it x86_64 only?
Comment by alucryd
Merging into libcxx-svn, no need to duplicate just to have another vcs. Plus, the svn is mentioned on the webpage, not the git.
Anonymous comment
@StefanHusmann
Just cloned by git but not svn... and I'm not the maintainer of libcxx-svn...so...
Comment by haawda
What is the difference to libcxx-svn?
Anonymous comment
Sorry. I don't use x86, and am unsure about the location of libsupc++ on it.
Anonymous comment
I no longer actively run Arch, so it is best that someone else maintain this package.
Anonymous comment
Updated http://pastebin.com/tu7ZZLBi
Comment by peoro
Latest revisions of libc++ fail compiling with LLVM and Clang in Community: 2.8-4.
I had to manually force revision 122057 to make libc++ build.