HomeFreeBSD

Add libc++experimental.a for std::experimental support

Description

Add libc++experimental.a for std::experimental support

This adds a separate library for supporting std::experimental features.
It is purposefully static, and must be explicitly linked into programs
using -lc++experimental.

PLEASE NOTE: there is NO WARRANTY as to any stability or continuing
existence of the features in the std::experimental parts of the C++
library!

Reviewed by: ed
Differential Revision: https://reviews.freebsd.org/D10840

Details

Provenance
dimAuthored on
Reviewer
ed
Differential Revision
D10840: Add libc++experimental.a for std::experimental support
Parents
rS318593: Fix build of AIO tests with -DDEBUG
Branches
Unknown
Tags
Unknown