Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more of the std::experimental bits that are now in std::. All the _v ↵ | Marshall Clow | 2018-02-06 | 1 | -13/+0 |
| | | | | | | type aliases, conjunction/disjunction, apply, etc. See https://libcxx.llvm.org/TS_deprecation.html llvm-svn: 324423 | ||||
* | [libcxx] Add <experimental/ratio> | Eric Fiselier | 2015-02-17 | 1 | -0/+13 |
Summary: This patch is pretty simple. It just adds the _v traits from <ratio>. The draft can be found here. Reviewers: jroelofs, K-ballo, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D7351 llvm-svn: 229509 |